diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index ff9d7465a..af4615607 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -504,8 +504,6 @@ $.ui.plugin.add("draggable", "connectToSortable", { e.target = this.instance.currentItem[0]; 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;