aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ui.draggable.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js
index 421fbdbfd..c6118b879 100644
--- a/ui/ui.draggable.js
+++ b/ui/ui.draggable.js
@@ -469,7 +469,6 @@ $.ui.plugin.add("draggable", "connectToSortable", {
var inst = $(this).data("draggable");
inst.sortables = [];
$(ui.options.connectToSortable).each(function() {
- console.log($.data(this, 'sortable'));
if($.data(this, 'sortable')) {
var sortable = $.data(this, 'sortable');
inst.sortables.push({