Commit 04f81a75 by Aaron Leung

Removing some log statements.

parent 90c82794
......@@ -329,12 +329,6 @@ namespace Sass {
return new_Node("", 0, new_r, new_g, new_b, new_a);
}
else if (!no_hsl) {
cerr << "before rgb to hsl" << endl;
cerr << color[0].numeric_value() << " "
<< color[1].numeric_value() << " "
<< color[2].numeric_value() << endl << endl;
Node hsl_node(rgb_to_hsl(color[0].numeric_value(),
color[1].numeric_value(),
color[2].numeric_value(),
......
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