Skip to content

Commit 603b717

Browse files
committed
remove debug
1 parent 7c39d5a commit 603b717

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/logstorage/storage.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,6 @@ func ValidateDeleteQuery(q *Query) error {
830830
// vlstorage parses the time by adding +0.999, so we need to use now+1 to avoid
831831
// duplicating the addition of _time filters.
832832
if maxTS > now+int64(time.Second) {
833-
logger.Infof("DEBUG: maxTS=%d > now=%d, adjusting maxTS to now", maxTS, now)
834833
q.AddTimeFilter(minTS, now)
835834
}
836835

0 commit comments

Comments
 (0)