oops, debug code

This commit is contained in:
David Rose 2009-07-14 04:56:56 +00:00
parent 765ab111bf
commit 91fde2b3ed

View File

@ -270,7 +270,6 @@ command_and_response(TiXmlDocument *command) {
// Now block, waiting for a response to be delivered. We assume
// only one thread will be waiting at a time.
nout << "waiting for response " << response_id << "\n" << flush;
int tick_start = GetTickCount();
_response_ready.acquire();
Responses::iterator ri = _responses.find(response_id);