Skip to content

Commit cb20932

Browse files
author
Scott Kidder
committed
Remove log statements used during debugging
1 parent 0b567e3 commit cb20932

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

s3_config_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,6 @@ func (s *S3ConfigSuite) TestS3URLNoFileExtToConfig() {
299299
assert.NotEmpty(s.T(), path)
300300
assert.Nil(s.T(), err)
301301

302-
s.T().Log("File Extension length: ", len(*s3ConfigURL.FileExt))
303-
if *s3ConfigURL.FileExt == "" {
304-
s.T().Log("File extension is an empty string")
305-
}
306302
baseBucket := VALID_S3_CONFIG_BASE_BUCKET
307303
region := VALID_S3_CONFIG_REGION
308304
fileExt := ""

0 commit comments

Comments
 (0)