diff options
Diffstat (limited to 'js/components/toolbar.reel/toolbar.js')
-rw-r--r-- | js/components/toolbar.reel/toolbar.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/components/toolbar.reel/toolbar.js b/js/components/toolbar.reel/toolbar.js index dbff2db6..bc3cbd08 100644 --- a/js/components/toolbar.reel/toolbar.js +++ b/js/components/toolbar.reel/toolbar.js | |||
@@ -21,7 +21,6 @@ exports.Toolbar = Montage.create(Component, { | |||
21 | set: function(btns) { | 21 | set: function(btns) { |
22 | this._buttons = btns; | 22 | this._buttons = btns; |
23 | this._needsButtonProperties = true; | 23 | this._needsButtonProperties = true; |
24 | console.log("buttons set"); | ||
25 | } | 24 | } |
26 | }, | 25 | }, |
27 | 26 | ||
@@ -64,7 +63,6 @@ exports.Toolbar = Montage.create(Component, { | |||
64 | 63 | ||
65 | prepareForDraw : { | 64 | prepareForDraw : { |
66 | value: function() { | 65 | value: function() { |
67 | console.log("toolbar - prepare for draw"); | ||
68 | if(this._needsButtonProperties) { | 66 | if(this._needsButtonProperties) { |
69 | this.repetition.childComponents.forEach(function(button) { | 67 | this.repetition.childComponents.forEach(function(button) { |
70 | button.identifier = button.sourceObject.identifier; | 68 | button.identifier = button.sourceObject.identifier; |
@@ -75,7 +73,6 @@ exports.Toolbar = Montage.create(Component, { | |||
75 | }, | 73 | }, |
76 | draw : { | 74 | draw : { |
77 | value: function() { | 75 | value: function() { |
78 | console.log("toolbar - draw - repetition ", this.repetition); | ||
79 | if(this._needsClass) { | 76 | if(this._needsClass) { |
80 | 77 | ||
81 | this.repetition.childComponents.forEach(function(button) { | 78 | this.repetition.childComponents.forEach(function(button) { |