Roo/dialog/UploadCropbox.js
authorleon <leon@roojs.com>
Wed, 13 Jul 2022 07:09:39 +0000 (15:09 +0800)
committerleon <leon@roojs.com>
Wed, 13 Jul 2022 07:09:39 +0000 (15:09 +0800)
Roo/dialog/UploadCropbox.js

index 8279efb..6c2fddf 100644 (file)
@@ -560,9 +560,6 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component,  {
         this.startScale = this.scale;
         this.scale = (e.getWheelDelta() > 0) ? (this.scale + 1) : (this.scale - 1);
         
-        console.log('startScale: ' + this.startScale);
-        console.log('scale: ' + this.scale);
-        console.log('getWheelDelta: ' + e.getWheelDelta());
         if(!this.zoomable()){
             this.scale = this.startScale;
             return;