Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdornier committed Sep 19, 2023
1 parent f646799 commit cfa8ab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/views/right_panel_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@
dx = xy.dx;
dy = xy.dy;
}
console.log(this.zoom_avg)
this.update_img_css(this.zoom_avg, dx, dy);
}
return false;
Expand Down

0 comments on commit cfa8ab1

Please sign in to comment.