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,8 +289,6 @@ 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