Remove unneeded debug prints
This commit is contained in:
committed by
Eugene Bujak
parent
751be05a31
commit
8d13770b0d
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user