-be silent
authorChristian Grothoff <christian@grothoff.org>
Sun, 11 Aug 2013 21:55:09 +0000 (21:55 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 11 Aug 2013 21:55:09 +0000 (21:55 +0000)
src/util/test_mq_client.c

index 88e072c2b622a62f7d7e9e763204af228d691ec9..18cd8a9485c8634156e87521ce297e637dfa93dc 100644 (file)
@@ -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;
 }