Skip to content

Commit b1989b6

Browse files
committed
providers/storj/storj.go: remove debug log
Signed-off-by: Stefan Benten <[email protected]>
1 parent 3ffd9b8 commit b1989b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

providers/storj/storj.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ func (b *Bucket) Close() error {
8888
// Iter calls f for each entry in the given directory (not recursive). The argument to f is the full
8989
// object name including the prefix of the inspected directory.
9090
func (b *Bucket) Iter(ctx context.Context, dir string, f func(string) error, options ...objstore.IterOption) error {
91-
_ = level.Debug(b.logger).Log("Listing %s from Storj Bucket", dir)
9291

9392
if dir != "" {
9493
dir = strings.TrimSuffix(dir, objstore.DirDelim) + objstore.DirDelim

0 commit comments

Comments
 (0)