浏览代码

Remove forgottem debug message

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

+ 0 - 1
process.go

@@ -536,7 +536,6 @@ func transformAnimated(ctx context.Context, img *vipsImage, data []byte, po *pro
 		}
 		}
 
 
 		if nPages > framesCount || canScaleOnLoad(imgtype, scale) {
 		if nPages > framesCount || canScaleOnLoad(imgtype, scale) {
-			logNotice("Animated scale on load")
 			// Do some scale-on-load and load only the needed frames
 			// Do some scale-on-load and load only the needed frames
 			if err = img.Load(data, imgtype, 1, scale, framesCount); err != nil {
 			if err = img.Load(data, imgtype, 1, scale, framesCount); err != nil {
 				return err
 				return err