From b0fc7c9212da1bd7836aab1ac077a68a00d9ba61 Mon Sep 17 00:00:00 2001 From: "C.S" Date: Mon, 25 Jan 2021 14:18:13 -0800 Subject: [PATCH] remove straty debug logging --- minerlib/minerlib.go | 1 - 1 file changed, 1 deletion(-) diff --git a/minerlib/minerlib.go b/minerlib/minerlib.go index df1e450..a0028db 100644 --- a/minerlib/minerlib.go +++ b/minerlib/minerlib.go @@ -652,7 +652,6 @@ func GetChats() { } chat.ChatsReceived(cr, nt) if cr.StatsResult != nil { - crylog.Info("Got stats:", cr.StatsResult) stats.RefreshPoolStats2(cr.StatsResult) } }