(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 23 Aug 2011 12:07:35 +0000 (12:07 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 23 Aug 2011 12:07:35 +0000 (12:07 +0000)
src/transport/test_transport_api.c

index 4ce2b7f3126f884018ad145590146df39e1e33ec..004c8e67665f1e0f7fe2f5d2f8c734ccdb12fb7f 100644 (file)
@@ -230,7 +230,6 @@ run (void *cls, char *const *args, const char *cfgfile,
   p2 = GNUNET_TRANSPORT_TESTING_start_peer (cfg_file_p2, &notify_receive,
                                             &notify_connect, &notify_disconnect,
                                             NULL);
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "NOW!\n");
   cc = GNUNET_TRANSPORT_TESTING_connect_peers (p1, p2, &testing_connect_cb, NULL);
 }