summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/globalStates.hpp
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-10-22 13:24:49 +0100
committerfireice-uk <fireice-uk@users.noreply.github.com>2017-10-22 13:24:49 +0100
commit14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3 (patch)
tree5cc4b11c3c6895731a19b0ae1dff88c3315fc7f6 /xmrstak/backend/globalStates.hpp
parent53ddca9640ef54d709237c6a7929b1418b0ec438 (diff)
downloadxmr-stak-14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3.zip
xmr-stak-14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3.tar.gz
rm debug aids
Diffstat (limited to 'xmrstak/backend/globalStates.hpp')
-rw-r--r--xmrstak/backend/globalStates.hpp2
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;
OpenPOWER on IntegriCloud