remove test print

This commit is contained in:
Arvid Norberg 2015-05-10 05:12:24 +00:00
parent 1357fd5265
commit 0358badb82
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ void test_two_ips()
TEST_CHECK(new_ip);
for (int i = 0; i < 1000; ++i)
{
fprintf(stderr, "%d\n", i);
new_ip = ipv.cast_vote(addr2, 1, rand_v4());
TEST_CHECK(!new_ip);
new_ip = ipv.cast_vote(rand_v4(), 1, rand_v4());