Skip to content

Commit d9a84e7

Browse files
committed
Remove debug print
1 parent 88e5ba4 commit d9a84e7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tools/storage-advisor/src/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func main() {
5353
for _, bucket := range strings.Split(*bucketsFilterS, ",") {
5454
bucketsFilter[bucket] = struct{}{}
5555
}
56-
fmt.Printf("Filtering buckets: %v\n", len(bucketsFilter))
5756
}
5857

5958
switch *mode {

tools/storage-advisor/src/s3Issues.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ func runS3Checks(ctx context.Context, s3client *s3.Client, bucketsFilter map[str
546546
filtered = append(filtered, b)
547547
}
548548
}
549-
fmt.Printf("Filtered %d buckets using %d filters into %d buckets", len(buckets), len(bucketsFilter), len(filtered))
550549
buckets = filtered
551550
}
552551

0 commit comments

Comments
 (0)