mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
remove unnecessary LOG call; we emit a proper error later in the code
This commit is contained in:
parent
60130a933d
commit
3680b5931b
@ -332,7 +332,6 @@ protected:
|
||||
ConnStatusType status = PQstatus(connection_);
|
||||
|
||||
if(CONNECTION_BAD == status) {
|
||||
LOG("Bad connection status");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user