Skip to content

Commit bf64876

Browse files
committed
remove debug
1 parent 80993c7 commit bf64876

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
@@ -1094,7 +1094,6 @@ func ValidateDeleteQuery(q *Query) error {
10941094
// vlstorage parses the time by adding +0.999, so we need to use now+1 to avoid
10951095
// duplicating the addition of _time filters.
10961096
if maxTS > now+int64(time.Second) {
1097-
logger.Infof("DEBUG: maxTS=%d > now=%d, adjusting maxTS to now", maxTS, now)
10981097
q.AddTimeFilter(minTS, now)
10991098
}
11001099

0 commit comments

Comments
 (0)