Browse Source

* Turn off debug.

git-svn-id: trunk@24145 -
yury 12 years ago
parent
commit
fcf29c11d0
1 changed files with 1 additions and 1 deletions
  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}