From fe1da4fa013d6f7750e3e4759cb0b93495e8abf1 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Sun, 11 Oct 2015 10:02:04 -0700 Subject: [PATCH] Remove debugging output --- src/kernel.cpp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/kernel.cpp b/src/kernel.cpp index e3ed6d1..6856a00 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -487,8 +487,6 @@ public: void Do_4way() { - cout << sha256_use_ssse3() << endl; - SetThreadPriority(THREAD_PRIORITY_LOWEST); // Compute maximum possible target to filter out majority of obviously insufficient hashes -- 1.7.1