From 8efe48e4be47661906e9781609a20614b7d3d30e Mon Sep 17 00:00:00 2001 From: DarthSim Date: Wed, 3 Oct 2018 21:50:01 +0600 Subject: [PATCH] Remove forgotten debug --- process.go | 1 - 1 file changed, 1 deletion(-) diff --git a/process.go b/process.go index fc93497f..4fc80322 100644 --- a/process.go +++ b/process.go @@ -248,7 +248,6 @@ func processImage(data []byte, imgtype imageType, po processingOptions, t *timer if scale < 1.0 { if shrink := calcShink(scale, imgtype); shrink != 1 { scale = scale * float64(shrink) - log.Printf("Scale: %f, Shrink: %d", scale, shrink) if tmp, e := vipsLoadImage(data, imgtype, shrink); e == nil { C.swap_and_clear(&img, tmp)