From: leon Date: Wed, 13 Jul 2022 07:09:39 +0000 (+0800) Subject: Roo/dialog/UploadCropbox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=00cb951d22a234d37ad69ae772280d0afa7f7ab7 Roo/dialog/UploadCropbox.js --- diff --git a/Roo/dialog/UploadCropbox.js b/Roo/dialog/UploadCropbox.js index 8279efb33c..6c2fddf321 100644 --- a/Roo/dialog/UploadCropbox.js +++ b/Roo/dialog/UploadCropbox.js @@ -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;