diff --git a/src/kendo.list.js b/src/kendo.list.js index 5e2cb1a3747..1fe7505b01a 100644 --- a/src/kendo.list.js +++ b/src/kendo.list.js @@ -901,7 +901,6 @@ var __meta__ = { // jshint ignore:line }, _triggerChange: function() { - debugger; if (this._valueBeforeCascade !== this.value()) { this.trigger(CHANGE); }