From 0c01177246206939ab60cb04042d51e508c6682b Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Sun, 7 Jan 2018 23:09:35 +0100 Subject: rps tests: remove assertion --- src/rps/test_rps.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/rps/test_rps.c') diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c index 2cc1ac62e..3551eb184 100644 --- a/src/rps/test_rps.c +++ b/src/rps/test_rps.c @@ -1265,8 +1265,6 @@ manage_service_wrapper (unsigned int i, unsigned int j, struct OpListEntry *entry; uint32_t prob; - GNUNET_assert (GNUNET_YES == rps_peers[j].online); - /* make sure that management operation is not already scheduled */ if (NULL != rps_peers[j].entry_op_manage) { @@ -1288,10 +1286,6 @@ manage_service_wrapper (unsigned int i, unsigned int j, GNUNET_i2s (rps_peers[j].peer_id), (PEER_GO_OFFLINE == delta) ? "offline" : "online"); - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "testbed_peers points to %p, peer 0 to %p\n", - testbed_peers, testbed_peers[0]); - if (PEER_GO_OFFLINE == delta) cancel_pending_req_rep (&rps_peers[j]); entry = make_oplist_entry (); -- cgit v1.2.3