Roo/dialog/UploadCropbox.js
authorleon <leon@roojs.com>
Fri, 15 Jul 2022 09:00:14 +0000 (17:00 +0800)
committerleon <leon@roojs.com>
Fri, 15 Jul 2022 09:00:14 +0000 (17:00 +0800)
Roo/dialog/UploadCropbox.js

index fc66c7a..e5a89bd 100644 (file)
@@ -561,9 +561,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("START SCALE: " + this.startScale);
-        console.log("TEST SCALE: " + this.scale);
         
         if(!this.zoomable()){
             this.scale = this.startScale;