Skip to content

Commit 7e24888

Browse files
committed
refactor: remove debug print statements
1 parent 95bc9c5 commit 7e24888

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

internal/certificatetransparency/ct-watcher.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -530,12 +530,6 @@ func (w *worker) processTile(ctx context.Context, hc *http.Client, tileIndex uin
530530
w.ctIndex = entryIndex
531531
}
532532

533-
tileType := "complete"
534-
if partialWidth > 0 {
535-
tileType = "partial"
536-
}
537-
log.Printf("Processed tile %d for '%s' (%s): %d entries\n", tileIndex, w.ctURL, tileType, len(leaves))
538-
539533
return nil
540534
}
541535

0 commit comments

Comments
 (0)