removed stray debug logging

This commit is contained in:
cryptonote-social 2020-08-16 11:38:17 -07:00
parent ec2ba5566b
commit 3a15204dc0

View File

@ -1,7 +1,7 @@
package stats
import (
"github.com/cryptonote-social/csminer/crylog"
//"github.com/cryptonote-social/csminer/crylog"
"encoding/json"
"io/ioutil"
@ -113,7 +113,6 @@ func GetSnapshot(isMining bool) (s *Snapshot, elapsedRecent float64) {
// Recent stats are only accurate up to the last update time
elapsedRecent = lastUpdateTime.Sub(lastResetTime).Seconds()
crylog.Info("::", isMining, recentHashes, elapsedRecent)
if !isMining {
r.RecentHashrate = 0.0
if elapsedOverall > 0.0 {