Removing useless comments.

This commit is contained in:
jurcovicovam
2014-07-24 14:13:43 +02:00
parent 0efc25ac92
commit f4d0442dbc

View File

@@ -303,8 +303,6 @@ tree.Ruleset.prototype = {
for (i = 0; i < this.rules.length; i++) {
rule = this.rules[i];
// console.log(rule.type);
// if (rule.rules || (rule instanceof tree.Media) || rule instanceof tree.Directive || (this.root && rule instanceof tree.Comment)) {
if (isRulesetLikeNode(rule, this.root)) {
rulesetNodes.push(rule);
} else {