Skip to content

Commit 0e7e21a

Browse files
committed
Delete debug print
1 parent c646c9d commit 0e7e21a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/storage-advisor/src/s3Issues.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ resource "aws_s3_bucket_inventory" "{{ .Bucket }}" {
213213
location = location[0 : len(location)-1]
214214
}
215215
location = location + "/" + buckets[i].Name + "/" + *c.Id
216-
fmt.Printf("%s: usable inventory at %s\n", buckets[i].Name, location)
217216
buckets[i].UsableInventory = location
218217
break
219218
}

0 commit comments

Comments
 (0)