From a93bb04eba65f2cd7964a8c749b45921aa922caf Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 17 Mar 2010 14:11:06 +0100 Subject: Remove an unnecessary debug message --- src/dirax.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dirax.c b/src/dirax.c index 49e16921..06018fb7 100644 --- a/src/dirax.c +++ b/src/dirax.c @@ -205,7 +205,6 @@ static void dirax_send_next(struct image *image) case 10 : if ( image->n_acls_tried == MAX_DIRAX_CELL_CANDIDATES ) { - STATUS("That's enough cells.\n"); dirax_sendline("exit\n", image); } else { /* Go back round for another cell */ -- cgit v1.2.3