Annotations: Remove extraneous, debug log messages (#80670)
* drop log messages * Revert timer * fix returns, no need to capture vars for log lines anymore
This commit is contained in:
@@ -74,7 +74,7 @@ func (j cleanUpJob) String() string {
|
||||
func (srv *CleanUpService) Run(ctx context.Context) error {
|
||||
srv.cleanUpTmpFiles(ctx)
|
||||
|
||||
ticker := time.NewTicker(time.Minute * 1)
|
||||
ticker := time.NewTicker(time.Minute * 10)
|
||||
for {
|
||||
select {
|
||||
case <-ticker.C:
|
||||
|
||||
Reference in New Issue
Block a user