diff --git a/src/crypto/common/Algorithm.cpp b/src/crypto/common/Algorithm.cpp index dd2c4b1..c706ae0 100644 --- a/src/crypto/common/Algorithm.cpp +++ b/src/crypto/common/Algorithm.cpp @@ -201,8 +201,6 @@ void xmrig::Algorithm::parseAlgorithm(const char *algo) } } - printf(">>>>>>>>>>>> %s\n", algo); - if (m_algo == INVALID_ALGO) { assert(false); }