Roo/dialog/UploadCropbox.js
authorleon <leon@roojs.com>
Mon, 11 Jul 2022 09:47:36 +0000 (17:47 +0800)
committerleon <leon@roojs.com>
Mon, 11 Jul 2022 09:47:36 +0000 (17:47 +0800)
Roo/dialog/UploadCropbox.js

index 73af3e1..296fb83 100644 (file)
@@ -558,14 +558,11 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component,  {
         this.startScale = this.scale;
         this.scale = (e.getWheelDelta() == 1) ? (this.scale + 1) : (this.scale - 1);
         
-        console.log("START SCALE:" + this.startScale);
-        console.log("TEST SCALE: " + this.scale);
         if(!this.zoomable()){
             this.scale = this.startScale;
             return;
         }
 
-        console.log("END SCALE: " + this.scale);
         
         this.draw();