소스 검색

* Removed debug define

Michaël Van Canneyt 2 년 전
부모
커밋
9b613b1a94
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