removed 'isbusy' log message

This commit is contained in:
brianc 2011-03-03 20:50:35 -06:00
parent 51ed919c4a
commit cbd14d0f73

View File

@ -289,9 +289,7 @@ protected:
PQclear(result); PQclear(result);
} }
Emit(ready_symbol, 0, NULL); Emit(ready_symbol, 0, NULL);
} else { }
LOG("PQisBusy true");
}
//TODO look at this later //TODO look at this later
PGnotify *notify; PGnotify *notify;