ISSUE-242 fix forgotten dead code

This commit is contained in:
Andrea Spacca
2019-06-23 09:23:04 +02:00
parent 703987c516
commit 9355bab9d4

View File

@ -250,14 +250,6 @@ func (s *S3Storage) Put(token string, filename string, reader io.Reader, content
})
return
if err != nil {
return
}
s.logger.Printf("Completed uploading %s", filename)
return
}
type GDrive struct {