diff options
author | Eric Guzman | 2012-05-22 11:15:47 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-22 11:15:47 -0700 |
commit | d56af1a4716445db28d343182c8bfaf211eb6ab7 (patch) | |
tree | 4bd6ae21d8c897edbfc497dbf83336ee0084d7d8 /js/panels/css-panel/rule-components | |
parent | 1f4d7643b484cab4258cda2bb8eefcc6a60452df (diff) | |
download | ninja-d56af1a4716445db28d343182c8bfaf211eb6ab7.tar.gz |
CSS Panel - Remove console logs
Diffstat (limited to 'js/panels/css-panel/rule-components')
-rw-r--r-- | js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js index 71fe8470..cfe3c24d 100644 --- a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js +++ b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js | |||
@@ -55,7 +55,7 @@ exports.CssStyleRule = Montage.create(Component, { | |||
55 | this.selector = rule.selectorText; | 55 | this.selector = rule.selectorText; |
56 | this.declaration = rule.style; | 56 | this.declaration = rule.style; |
57 | 57 | ||
58 | console.log('Rule with selector "' +rule.selectorText+ '" is set on componenet.'); | 58 | //console.log('Rule with selector "' +rule.selectorText+ '" is set on componenet.'); |
59 | 59 | ||
60 | this._rule = rule; | 60 | this._rule = rule; |
61 | } | 61 | } |