Skip to content

Commit

Permalink
chore: uncomment log
Browse files Browse the repository at this point in the history
  • Loading branch information
allnil committed Nov 15, 2024
1 parent c849438 commit 1c073fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/generated_key/memstore/memstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (e *MemStore) pruningLoop(ctx context.Context) {
return

case <-timer.C:
// e.l.Debug("pruning expired blobs")
e.l.Debug("pruning expired blobs")
e.pruneExpired()
}
}
Expand Down

0 comments on commit 1c073fd

Please sign in to comment.