Przeglądaj źródła

Remove forgottem debug message

DarthSim 5 lat temu
rodzic
commit
c22d84e8dd
1 zmienionych plików z 0 dodań i 1 usunięć
  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) {
-			logNotice("Animated scale on load")
 			// Do some scale-on-load and load only the needed frames
 			if err = img.Load(data, imgtype, 1, scale, framesCount); err != nil {
 				return err