mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
oops, debug code
This commit is contained in:
parent
765ab111bf
commit
91fde2b3ed
@ -270,7 +270,6 @@ command_and_response(TiXmlDocument *command) {
|
|||||||
// Now block, waiting for a response to be delivered. We assume
|
// Now block, waiting for a response to be delivered. We assume
|
||||||
// only one thread will be waiting at a time.
|
// only one thread will be waiting at a time.
|
||||||
nout << "waiting for response " << response_id << "\n" << flush;
|
nout << "waiting for response " << response_id << "\n" << flush;
|
||||||
int tick_start = GetTickCount();
|
|
||||||
|
|
||||||
_response_ready.acquire();
|
_response_ready.acquire();
|
||||||
Responses::iterator ri = _responses.find(response_id);
|
Responses::iterator ri = _responses.find(response_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user