diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-07-30 16:00:28 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-07-30 16:00:28 +0200 |
commit | fbaa87779929e23ede8a79fd3890ef493fdb1d81 (patch) | |
tree | 65feb7f7098ccf08efc1d71637516d3133eda837 /lib | |
parent | cbe37079b2519e6a79696ab6525a61498ab3c3a6 (diff) | |
download | rpg-fbaa87779929e23ede8a79fd3890ef493fdb1d81.tar.gz rpg-fbaa87779929e23ede8a79fd3890ef493fdb1d81.tar.bz2 |
removed debug statement. sorry
Diffstat (limited to 'lib')
-rw-r--r-- | lib/exe/css.php | 3 |
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); |