Skip to content

Commit

Permalink
removed debug leftovers (#545)
Browse files Browse the repository at this point in the history
Signed-off-by: Jasmin Gacic <jasmin.gacic@gmail.com>
  • Loading branch information
jasmingacic authored Nov 19, 2021
1 parent 4623923 commit a07c507
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/minio/minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func (c *Client) SaveFile(bucket, filePath string) error {
fileName = objectStat.Name()
}

fmt.Println(fileName)
_, err = c.minioclient.PutObject(context.Background(), bucket, fileName, object, objectStat.Size(), minio.PutObjectOptions{ContentType: "application/octet-stream"})
if err != nil {
return err
Expand Down

0 comments on commit a07c507

Please sign in to comment.