Browse Source

* Disable debug output

Michaël Van Canneyt 3 years ago
parent
commit
4fae1bb6df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-css/src/fpcssparser.pp

+ 1 - 1
packages/fcl-css/src/fpcssparser.pp

@@ -16,7 +16,7 @@ unit fpCSSParser;
 
 
 { $mode ObjFPC}{$H+}
 { $mode ObjFPC}{$H+}
 
 
-{$DEFINE debugparser}
+{ $DEFINE debugparser}
 
 
 interface
 interface