mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
draggable: removing logging
This commit is contained in:
parent
7084fa079d
commit
dc92efc6e8
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user