From: Christian Grothoff Date: Sun, 11 Aug 2013 21:55:09 +0000 (+0000) Subject: -be silent X-Git-Tag: initial-import-from-subversion-38251~7931 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a2e8a59397b12df7e95af6fa888383aa526eb9bc;p=oweals%2Fgnunet.git -be silent --- diff --git a/src/util/test_mq_client.c b/src/util/test_mq_client.c index 88e072c2b..18cd8a948 100644 --- a/src/util/test_mq_client.c +++ b/src/util/test_mq_client.c @@ -49,13 +49,8 @@ recv_cb (void *cls, struct GNUNET_SERVER_Client *argclient, const struct GNUNET_MessageHeader *message) { received++; - - printf ("received\n"); - - if ((received == 2) && (GNUNET_YES == notify)) { - printf ("done\n"); GNUNET_SERVER_receive_done (argclient, GNUNET_NO); return; } @@ -103,7 +98,6 @@ void send_cb (void *cls) { /* the notify should only be called once */ GNUNET_assert (GNUNET_NO == notify); - printf ("notify sent\n"); notify = GNUNET_YES; }