fix debug prints

This commit is contained in:
blackjok3r
2018-12-06 15:46:14 +08:00
parent 4b45ea8d96
commit f8bbd607ea
2 changed files with 0 additions and 7 deletions

View File

@@ -359,8 +359,6 @@ UniValue setgenerate(const UniValue& params, bool fHelp)
mapArgs["-gen"] = (fGenerate ? "1" : "0");
mapArgs ["-genproclimit"] = itostr(KOMODO_MININGTHREADS);
fprintf(stderr, "miningthreads.%i generate.%i\n",KOMODO_MININGTHREADS,(fGenerate ? 1 : 0));
#ifdef ENABLE_WALLET
GenerateBitcoins(fGenerate, pwalletMain, nGenProcLimit);
#else