浏览代码

Remove forgotten debug

DarthSim 6 年之前
父节点
当前提交
8efe48e4be
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      process.go

+ 0 - 1
process.go

@@ -248,7 +248,6 @@ func processImage(data []byte, imgtype imageType, po processingOptions, t *timer
 		if scale < 1.0 {
 		if scale < 1.0 {
 			if shrink := calcShink(scale, imgtype); shrink != 1 {
 			if shrink := calcShink(scale, imgtype); shrink != 1 {
 				scale = scale * float64(shrink)
 				scale = scale * float64(shrink)
-				log.Printf("Scale: %f, Shrink: %d", scale, shrink)
 
 
 				if tmp, e := vipsLoadImage(data, imgtype, shrink); e == nil {
 				if tmp, e := vipsLoadImage(data, imgtype, shrink); e == nil {
 					C.swap_and_clear(&img, tmp)
 					C.swap_and_clear(&img, tmp)