diff options
Diffstat (limited to 'js/panels/css-panel/rule-list-container.reel')
-rw-r--r-- | js/panels/css-panel/rule-list-container.reel/rule-list-container.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/panels/css-panel/rule-list-container.reel/rule-list-container.js b/js/panels/css-panel/rule-list-container.reel/rule-list-container.js index 9cf8b875..511ff24c 100644 --- a/js/panels/css-panel/rule-list-container.reel/rule-list-container.js +++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.js | |||
@@ -30,8 +30,6 @@ exports.RuleListContainer = Montage.create(Component, { | |||
30 | 30 | ||
31 | if(!list) { | 31 | if(!list) { |
32 | list = this.add(selection); | 32 | list = this.add(selection); |
33 | } else { | ||
34 | console.log("rule list found!"); | ||
35 | } | 33 | } |
36 | 34 | ||
37 | this.displayedList = list; | 35 | this.displayedList = list; |