Private
Public Access
1
0

remove slightly less debugging

This commit is contained in:
2024-11-03 07:15:25 +00:00
parent 78432679ec
commit 904f4b1df5
2 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ func (d *ClickHouse) Logscores(ctx context.Context, serverID, monitorID int, sin
recentFirst := true
if since.IsZero() && !fullHistory {
log.WarnContext(ctx, "resetting since to 4 days ago")
since = time.Now().Add(4 * -24 * time.Hour)
} else {
recentFirst = false