remove straty debug logging

This commit is contained in:
C.S 2021-01-25 14:18:13 -08:00
parent 0c2d4eded0
commit b0fc7c9212

View File

@ -652,7 +652,6 @@ func GetChats() {
}
chat.ChatsReceived(cr, nt)
if cr.StatsResult != nil {
crylog.Info("Got stats:", cr.StatsResult)
stats.RefreshPoolStats2(cr.StatsResult)
}
}