diff options
Diffstat (limited to 'js/controllers')
-rwxr-xr-x | js/controllers/selection-controller.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/controllers/selection-controller.js b/js/controllers/selection-controller.js index fed9affd..d69b53e0 100755 --- a/js/controllers/selection-controller.js +++ b/js/controllers/selection-controller.js | |||
@@ -33,7 +33,6 @@ exports.SelectionController = Montage.create(Component, { | |||
33 | }, | 33 | }, |
34 | set: function(value) { | 34 | set: function(value) { |
35 | if(this._selectionContainer && this._selectionContainer !== value) { | 35 | if(this._selectionContainer && this._selectionContainer !== value) { |
36 | console.log("setting container in the selection tool"); | ||
37 | this.executeSelectElement(); | 36 | this.executeSelectElement(); |
38 | } | 37 | } |
39 | 38 | ||