From cbd14d0f738f66c9382d914bbc353ec88ea8eda7 Mon Sep 17 00:00:00 2001 From: brianc Date: Thu, 3 Mar 2011 20:50:35 -0600 Subject: [PATCH] removed 'isbusy' log message --- src/binding.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/binding.cc b/src/binding.cc index 2a885e9a..752d87f2 100644 --- a/src/binding.cc +++ b/src/binding.cc @@ -289,9 +289,7 @@ protected: PQclear(result); } Emit(ready_symbol, 0, NULL); - } else { - LOG("PQisBusy true"); - } + } //TODO look at this later PGnotify *notify;