From 3c098b0d6d3b4ea6417075ccbf3ff84da8d6b2e2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 16 Sep 2011 18:08:53 +0000 Subject: [PATCH] no useless printfs --- src/dht/test_dht_twopeer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dht/test_dht_twopeer.c b/src/dht/test_dht_twopeer.c index df95555cf..f318f9722 100644 --- a/src/dht/test_dht_twopeer.c +++ b/src/dht/test_dht_twopeer.c @@ -105,7 +105,6 @@ finish_testing (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) GNUNET_assert (peer2dht != NULL); GNUNET_DHT_disconnect (peer1dht); GNUNET_DHT_disconnect (peer2dht); - fprintf (stderr, "Testing STOP! - finished\n"); GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL); pg = NULL; ok = 0; @@ -120,7 +119,6 @@ end_badly_cont (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) if (peer2dht != NULL) GNUNET_DHT_disconnect (peer2dht); - fprintf (stderr, "Testing STOP - Badly!\n"); if (pg != NULL) { GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL); -- 2.25.1