* Removed debug define

(cherry picked from commit 9a08966d77)
This commit is contained in:
Michaël Van Canneyt 2023-02-06 09:46:53 +01:00 committed by marcoonthegit
parent 4b72417dbc
commit 2c52909562

View File

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