remove debug printf

This commit is contained in:
云风
2012-08-06 10:37:10 +08:00
parent a271f18b5e
commit 594ab07b5e

View File

@@ -549,7 +549,6 @@ _goback:
__sync_lock_release(&Z->notice_event);
// double check
if (!skynet_remotemq_pop(Z->queue,&msg)) {
printf("goback %x\n",msg.destination);
__sync_lock_test_and_set(&Z->notice_event, 1);
goto _goback;
}