We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60130a9 commit 3680b59Copy full SHA for 3680b59
1 file changed
src/binding.cc
@@ -332,7 +332,6 @@ class Connection : public ObjectWrap {
332
ConnStatusType status = PQstatus(connection_);
333
334
if(CONNECTION_BAD == status) {
335
- LOG("Bad connection status");
336
return false;
337
}
338
0 commit comments