Skip to content

Commit 3680b59

Browse files
committed
remove unnecessary LOG call; we emit a proper error later in the code
1 parent 60130a9 commit 3680b59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/binding.cc

-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ class Connection : public ObjectWrap {
332332
ConnStatusType status = PQstatus(connection_);
333333

334334
if(CONNECTION_BAD == status) {
335-
LOG("Bad connection status");
336335
return false;
337336
}
338337

0 commit comments

Comments
 (0)