From 594ab07b5e107eadd5088973185d917c4135e720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=A3=8E?= Date: Mon, 6 Aug 2012 10:37:10 +0800 Subject: [PATCH] remove debug printf --- skynet_harbor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/skynet_harbor.c b/skynet_harbor.c index 5d589f4c..dd35c6f2 100644 --- a/skynet_harbor.c +++ b/skynet_harbor.c @@ -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; }