diff options
Diffstat (limited to 'xmrstak/backend')
-rw-r--r-- | xmrstak/backend/globalStates.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmrstak/backend/globalStates.hpp b/xmrstak/backend/globalStates.hpp index 50dc753..1c28d5c 100644 --- a/xmrstak/backend/globalStates.hpp +++ b/xmrstak/backend/globalStates.hpp @@ -39,8 +39,6 @@ struct globalStates nonce = (nonce & 0xFF000000) | iGlobalNonce.fetch_add(reserve_count); else nonce = iGlobalNonce.fetch_add(reserve_count); - - printer::inst()->print_msg(L1, "DEBUG: start_nonce assigned rc: %.8x nonce: %.8x", reserve_count, nonce); } miner_work oGlobalWork; |