diff options
author | Thomas White <taw@physics.org> | 2010-03-17 14:11:06 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-17 14:11:06 +0100 |
commit | a93bb04eba65f2cd7964a8c749b45921aa922caf (patch) | |
tree | 6ba7237af1be0cf5687bbce3cc3495c031d1e88a | |
parent | 274a5e2803eb3afe0d53b27c6078ef4495d587a0 (diff) |
Remove an unnecessary debug message
-rw-r--r-- | src/dirax.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |