aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps_multipeer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/test_rps_multipeer.c')
-rw-r--r--src/rps/test_rps_multipeer.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/rps/test_rps_multipeer.c b/src/rps/test_rps_multipeer.c
index 8941ecada..ccf4b7c72 100644
--- a/src/rps/test_rps_multipeer.c
+++ b/src/rps/test_rps_multipeer.c
@@ -96,14 +96,6 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
96static void 96static void
97handle_reply (void *cls, uint64_t n, struct GNUNET_PeerIdentity *peers) 97handle_reply (void *cls, uint64_t n, struct GNUNET_PeerIdentity *peers)
98{ 98{
99 //struct RPSPeer *peer = cls;
100
101 //FPRINTF (stderr,
102 // "Received network size estimate from peer %u. logSize: %f std.dev. %f (%f/%u)\n",
103 // (unsigned int) (peer - rps_peers),
104 // estimate, std_dev,
105 // GNUNET_NSE_log_estimate_to_n (estimate),
106 // NUM_PEERS);
107 99
108 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Got peer %s\n", GNUNET_i2s(peers)); 100 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Got peer %s\n", GNUNET_i2s(peers));
109 101