Skip to content

Commit

Permalink
Removed useless debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Feb 10, 2019
1 parent 115793c commit 68291bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions middleware.go
Expand Up @@ -172,8 +172,6 @@ func mapTemporaryFileToOperations() error {

mimeType, err := getMimeType(file)
if err != nil {
fmt.Println(err)

return fmt.Errorf("Unable to detect file MIME type. Reason: %v", err)
}

Expand Down

0 comments on commit 68291bf

Please sign in to comment.