Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
daswer123 committed Jun 12, 2023
1 parent ee029a8 commit 9a2da59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extensions-builtin/canvas-zoom-and-pan/javascript/zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ onUiLoaded(async() => {
hotkeysConfigOpts
);

console.log(hotkeysConfig);

let isMoving = false;
let mouseX, mouseY;
let activeElement;
Expand Down

0 comments on commit 9a2da59

Please sign in to comment.