diff options
Diffstat (limited to 'service/http/uploads.go')
-rw-r--r-- | service/http/uploads.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/service/http/uploads.go b/service/http/uploads.go index 4d661682..beb1a946 100644 --- a/service/http/uploads.go +++ b/service/http/uploads.go @@ -136,9 +136,5 @@ func exists(path string) bool { return true } - if os.IsNotExist(err) { - return false - } - return false } |