From de518c82717f8d07a6721e01200deb2437335a5d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 8 Feb 2011 19:24:13 +0100 Subject: Make iteration work --- tests/list_check.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/list_check.c b/tests/list_check.c index ffae8d12..22ef01e1 100644 --- a/tests/list_check.c +++ b/tests/list_check.c @@ -45,8 +45,6 @@ static int test_lists(int num_items) check = malloc(num_items * sizeof(struct refltemp)); list = reflist_new(); - printf("Testing with %i\n", num_items); - h = RANDOM_INDEX; k = RANDOM_INDEX; l = RANDOM_INDEX; @@ -98,7 +96,6 @@ static int test_lists(int num_items) signed int h, k, l; get_indices(refl, &h, &k, &l); - printf("%3i %3i %3i\n", h, k, l); for ( i=0; i