mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
ISSUE-242 fix forgotten dead code
This commit is contained in:
parent
703987c516
commit
9355bab9d4
@ -250,14 +250,6 @@ func (s *S3Storage) Put(token string, filename string, reader io.Reader, content
|
|||||||
})
|
})
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
if err != nil {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
s.logger.Printf("Completed uploading %s", filename)
|
|
||||||
|
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type GDrive struct {
|
type GDrive struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user