Skip to content

Commit ebf5160

Browse files
committed
Widget: removed console.log call.
1 parent c476541 commit ebf5160

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ui/jquery.ui.widget.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ $.Widget.prototype = {
132132
options );
133133

134134
var self = this;
135-
this.element.bind( "remove." + this.widgetName, function(event) {
136-
console.log('remove', event);
135+
this.element.bind( "remove." + this.widgetName, function() {
137136
self.destroy();
138137
});
139138

0 commit comments

Comments
 (0)