From a2e8a59397b12df7e95af6fa888383aa526eb9bc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Aug 2013 21:55:09 +0000 Subject: [PATCH] -be silent --- src/util/test_mq_client.c | 6 ------ 1 file changed, 6 deletions(-) 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; } -- 2.25.1