Skip to content

Commit 4019ecd

Browse files
committed
remove debug statement
1 parent 6848216 commit 4019ecd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sources/s3info.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func (s *s3InfoProvider) getSourceInfo() ([]pipeline.SourceInfo, error) {
7777
if !s.params.KeepDirStructure {
7878
targetAlias = path.Base(obj.Key)
7979
}
80-
80+
8181
sourceURIs = append(sourceURIs, pipeline.SourceInfo{
8282
SourceName: u.String(),
8383
Size: uint64(obj.Size),
@@ -118,7 +118,6 @@ func (s *s3InfoProvider) getObjectLists() (map[string][]minio.ObjectInfo, error)
118118
if object.Err != nil {
119119
return nil, object.Err
120120
}
121-
fmt.Printf("Object from s3 %+v\n", object)
122121
list = append(list, object)
123122
}
124123

0 commit comments

Comments
 (0)