summaryrefslogtreecommitdiff
path: root/lib/exe/css.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-07-30 16:00:28 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-07-30 16:00:28 +0200
commitfbaa87779929e23ede8a79fd3890ef493fdb1d81 (patch)
tree65feb7f7098ccf08efc1d71637516d3133eda837 /lib/exe/css.php
parentcbe37079b2519e6a79696ab6525a61498ab3c3a6 (diff)
downloadrpg-fbaa87779929e23ede8a79fd3890ef493fdb1d81.tar.gz
rpg-fbaa87779929e23ede8a79fd3890ef493fdb1d81.tar.bz2
removed debug statement. sorry
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r--lib/exe/css.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php
index 0157e6a40..cd531ef35 100644
--- a/lib/exe/css.php
+++ b/lib/exe/css.php
@@ -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);