From dc92efc6e80d8615f0413be974a73290e291eef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Zaefferer?= Date: Wed, 3 Sep 2008 14:30:40 +0000 Subject: [PATCH] draggable: removing logging --- ui/ui.draggable.js | 1 - 1 file changed, 1 deletion(-) 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({