diff options
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 | } |