Remove unneeded debug prints

This commit is contained in:
Eugene Bujak
2018-10-11 18:33:07 +03:00
committed by Eugene Bujak
parent 751be05a31
commit 8d13770b0d
2 changed files with 6 additions and 5 deletions

View File

@@ -221,7 +221,7 @@ func genericLoader(onEntry func(entry *logEntry) error, needMore func() bool, ti
}
if now.Sub(entry.Time) > timeWindow {
trace("skipping entry")
// trace("skipping entry") // debug logging
continue
}