diff --git a/minerlib/minerlib.go b/minerlib/minerlib.go index a0028db..ed2d1ce 100644 --- a/minerlib/minerlib.go +++ b/minerlib/minerlib.go @@ -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)