remove unnecessary LOG call; we emit a proper error later in the code

This commit is contained in:
booo 2012-07-06 14:25:07 +02:00
parent 60130a933d
commit 3680b5931b

View File

@ -332,7 +332,6 @@ protected:
ConnStatusType status = PQstatus(connection_);
if(CONNECTION_BAD == status) {
LOG("Bad connection status");
return false;
}