Commit 7766c732 by Aaron Leung

Removing a log line.

parent 6863a86f
......@@ -320,7 +320,6 @@ namespace Sass {
case Node::string_schema:
case Node::value_schema:
case Node::identifier_schema: {
cerr << "evaluating a string schema: " << expr.to_string() << endl;
for (size_t i = 0, S = expr.size(); i < S; ++i) {
expr[i] = eval(expr[i], prefix, env, f_env, new_Node, ctx);
}
......
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