mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
sha*.c: remove debug statement, which is redundant to hashmeter output
This commit is contained in:
parent
e8ee4cb002
commit
98de751416
@ -116,8 +116,6 @@ bool scanhash_cryptopp(const unsigned char *midstate, unsigned char *data,
|
||||
}
|
||||
|
||||
if (n >= max_nonce) {
|
||||
if (opt_debug)
|
||||
fprintf(stderr, "DBG: end of nonce range\n");
|
||||
*hashes_done = stat_ctr;
|
||||
return false;
|
||||
}
|
||||
|
@ -262,8 +262,6 @@ bool scanhash_c(const unsigned char *midstate, unsigned char *data,
|
||||
}
|
||||
|
||||
if (n >= max_nonce) {
|
||||
if (opt_debug)
|
||||
fprintf(stderr, "DBG: end of nonce range\n");
|
||||
*hashes_done = stat_ctr;
|
||||
return false;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user