aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-components
diff options
context:
space:
mode:
authorEric Guzman2012-05-22 11:15:47 -0700
committerEric Guzman2012-05-22 11:15:47 -0700
commitd56af1a4716445db28d343182c8bfaf211eb6ab7 (patch)
tree4bd6ae21d8c897edbfc497dbf83336ee0084d7d8 /js/panels/css-panel/rule-components
parent1f4d7643b484cab4258cda2bb8eefcc6a60452df (diff)
downloadninja-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.js2
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 }