From f2323426a03fb1b4a9cb08fc270b2b00bd0d4f61 Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Tue, 20 Aug 2024 13:03:08 +0300 Subject: [PATCH] chore: remove console.log (panzoom.js) --- web/js/panzoom.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/js/panzoom.js b/web/js/panzoom.js index 2e21525560..b450d59698 100644 --- a/web/js/panzoom.js +++ b/web/js/panzoom.js @@ -176,7 +176,6 @@ var zmPanZoom = { setTouchAction: function(el) { const currentScale = el.getScale().toFixed(1); -console.log("currentScale_=>", currentScale); if (currentScale == 1) { el.setOptions({ touchAction: 'manipulation' }); } else {