Skip to content

Commit

Permalink
refactor(resizer): remove fmt statement
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Nov 14, 2017
1 parent 1f5f95c commit 0885d7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func resizer(buf []byte, o Options) ([]byte, error) {
}

// Transform image, if necessary
fmt.Printf("should transform: %#v", shouldTransformImage(o, inWidth, inHeight))
if shouldTransformImage(o, inWidth, inHeight) {
image, err = transformImage(image, o, shrink, residual)
if err != nil {
Expand Down

0 comments on commit 0885d7e

Please sign in to comment.