-no printf
authorChristian Grothoff <christian@grothoff.org>
Wed, 7 Oct 2015 12:39:54 +0000 (12:39 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 7 Oct 2015 12:39:54 +0000 (12:39 +0000)
src/nat/nat_test.c

index b998d46a0a7f9cdbbd5cdf28af14d223c3aa78e2..80eff71c0953a7d19f75fa0b4975e737839bc8a1 100644 (file)
@@ -287,8 +287,6 @@ do_accept (void *cls,
   struct GNUNET_NETWORK_Handle *s;
   struct NatActivity *wl;
 
-  printf("Inbound");
-
   tst->ltask = NULL;
   if (0 != (tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN))
     return;
@@ -335,8 +333,6 @@ addr_cb (void *cls,
   struct GNUNET_NAT_TestMessage msg;
   const struct sockaddr_in *sa;
 
-  printf("Addr callback");
-
   if (GNUNET_YES != add_remove)
     return;
   if (addrlen != sizeof (struct sockaddr_in))
@@ -452,7 +448,6 @@ GNUNET_NAT_test_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
   }
   else
   {
-    printf("Vou criar o socket");
     nh->lsock =
         GNUNET_NETWORK_socket_create (AF_INET,
                                       (is_tcp ==