Browse Source

* Removed debug define

Michaël Van Canneyt 2 years ago
parent
commit
9a08966d77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/sqldb/postgres/pqconnection.pp

+ 1 - 1
packages/fcl-db/src/sqldb/postgres/pqconnection.pp

@@ -18,7 +18,7 @@ unit PQConnection;
 {$mode objfpc}{$H+}
 
 {$Define LinkDynamically}
-{$define PQDEBUG}
+{ $define PQDEBUG}
 
 interface