* Removed debug define

This commit is contained in:
Michaël Van Canneyt 2023-02-06 09:46:53 +01:00
parent 783bbb66f9
commit 9a08966d77

View File

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