Skip to content
Snippets Groups Projects
Commit fbaa8777 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

removed debug statement. sorry

parent cbe37079
No related branches found
No related tags found
No related merge requests found
......@@ -154,9 +154,6 @@ function css_out(){
// apply style replacements
$css = css_applystyle($css,$tplinc);
print $css;
// parse LESS
$less = new lessc();
$css = $less->compile($css);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment