draggable: removed a silly console.log

This commit is contained in:
Paul Bakaus 2008-06-24 15:57:25 +00:00
parent 4f33a5b3b2
commit b07cac10cd

View File

@ -505,8 +505,6 @@ $.ui.plugin.add("draggable", "connectToSortable", {
this.instance.mouseCapture(e, true);
this.instance.mouseStart(e, true, true);
console.log(this.instance.items);
//Because the browser event is way off the new appended portlet, we modify a couple of variables to reflect the changes
this.instance.offset.click.top = inst.offset.click.top;
this.instance.offset.click.left = inst.offset.click.left;