aboutsummaryrefslogtreecommitdiff
path: root/sha256_via.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-02-04 02:55:55 -0500
committerJeff Garzik <jgarzik@redhat.com>2011-02-04 02:55:55 -0500
commit98de751416740bcb48ca7504edd65ed27bafacc6 (patch)
tree19a5e3f2b1307d68faf7a7a606959624b0b8b285 /sha256_via.c
parente8ee4cb002405935dd0e0922073ca7f0e6fbd2c7 (diff)
sha*.c: remove debug statement, which is redundant to hashmeter output
Diffstat (limited to 'sha256_via.c')
-rw-r--r--sha256_via.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sha256_via.c b/sha256_via.c
index a15c664..39f86a5 100644
--- a/sha256_via.c
+++ b/sha256_via.c
@@ -71,8 +71,6 @@ bool scanhash_via(unsigned char *data_inout,
}
if (n >= max_nonce) {
- if (opt_debug)
- fprintf(stderr, "DBG: end of nonce range\n");
*hashes_done = stat_ctr;
return false;
}