Sfoglia il codice sorgente

* Turn off debug.

git-svn-id: trunk@24145 -
yury 12 anni fa
parent
commit
fcf29c11d0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      utils/pas2jni/writer.pas

+ 1 - 1
utils/pas2jni/writer.pas

@@ -25,7 +25,7 @@ unit writer;
 
 interface
 
-{$define DEBUG}
+//{$define DEBUG}
 
 {$ifdef DEBUG}
 {$ASSERTIONS ON}