Skip to content

Commit 06af3ee

Browse files
committed
fix: remove verbose log statement
This can be reintroduced with slog as debug output.
1 parent 3cac44c commit 06af3ee

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/certificatetransparency/ct-watcher.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,6 @@ func (w *worker) processTiledLogUpdates(ctx context.Context, hc *http.Client) (b
473473
return false, nil
474474
}
475475

476-
log.Printf("Processing tiled log updates for '%s': from index %d to %d\n", w.ctURL, w.ctIndex, currentTreeSize)
477-
478476
// Process entries from current index to new tree size
479477
startTile := w.ctIndex / TileSize
480478
endTile := currentTreeSize / TileSize

0 commit comments

Comments
 (0)