commit a2e8a59397b12df7e95af6fa888383aa526eb9bc
parent 877ffff76b906b195be4bb1e1d3bfd841aab76ac
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 11 Aug 2013 21:55:09 +0000
-be silent
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git 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;
}