Commit cc2c9ca7 by Aaron Leung

Removing some log statements.

parent 60ee17bc
......@@ -226,7 +226,6 @@ namespace Sass {
simp1 = Node(Node::backref, line_number, lexed);
simp1.has_backref = true;
saw_backref = true;
cerr << "parsed a backref" << endl;
}
else if (lex< alternatives< type_selector, universal > >()) {
simp1 = Node(Node::simple_selector, line_number, lexed);
......
......@@ -43,7 +43,6 @@ namespace Sass {
} break;
case selector: {
cerr << "emitting selector with " << size() << " children" << endl;
string result;
if (!has_backref && !prefix.empty()) {
result += prefix;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment