diff options
Diffstat (limited to 'sha256_cryptopp.c')
-rw-r--r-- | sha256_cryptopp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sha256_cryptopp.c b/sha256_cryptopp.c index ed83dfc..c3eb29f 100644 --- a/sha256_cryptopp.c +++ b/sha256_cryptopp.c @@ -608,8 +608,6 @@ bool scanhash_asm32(int thr_id, const unsigned char *midstate, } if ((n >= max_nonce) || work_restart[thr_id].restart) { - if (opt_debug) - fprintf(stderr, "DBG: end of nonce range\n"); *hashes_done = stat_ctr; return false; } |