remove debugging log message

This commit is contained in:
C.S 2021-01-31 11:36:14 -08:00
parent 8ef7421e2d
commit 2f466b1544

View File

@ -729,7 +729,7 @@ func goMine(job client.MultiClientJob, thread int) {
updatePoolStats(true)
}
if swr.ChatsResult != nil {
crylog.Info("Got chats:", swr.ChatsResult)
//crylog.Info("Got chats:", swr.ChatsResult)
chat.ChatsReceived(swr.ChatsResult, nt)
}
}(fnonce, job.JobID)