From 14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3 Mon Sep 17 00:00:00 2001 From: fireice-uk Date: Sun, 22 Oct 2017 13:24:49 +0100 Subject: rm debug aids --- xmrstak/backend/globalStates.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'xmrstak/backend') 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; -- cgit v1.1