Skip to content

Commit d20c39f

Browse files
Remove noisy log message (#507)
When initializing trusted material in Cosign, on every signing and verification that uses the new bundle format, this message would print. Removing it since it doesn't provide much value. Signed-off-by: Hayden <[email protected]>
1 parent 37e45ae commit d20c39f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/root/trusted_root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ func NewLiveTrustedRootFromTargetWithPeriod(opts *tuf.Options, target string, rf
499499
}
500500

501501
ticker := time.NewTicker(rfPeriod)
502-
log.Printf("setting TUF refresh period to %s", rfPeriod)
503502
go func() {
504503
for range ticker.C {
505504
client, err = tuf.New(opts)

0 commit comments

Comments
 (0)