Skip to content

Commit

Permalink
chore: remove console.log (panzoom.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorA100 authored Aug 20, 2024
1 parent b0511e3 commit f232342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/js/panzoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f232342

Please sign in to comment.