瀏覽代碼

* Removed debug define

Michaël Van Canneyt 2 年之前
父節點
當前提交
9a08966d77
共有 1 個文件被更改,包括 1 次插入1 次删除
  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