Browse Source

ISSUE-242 fix forgotten dead code

tags/v1.1.0
Andrea Spacca 4 years ago
parent
commit
9355bab9d4
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      server/storage.go

+ 0
- 8
server/storage.go 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 {


Loading…
Cancel
Save