Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
apsinghdev committed Sep 5, 2024
1 parent b79acd7 commit 4b18fe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ function App() {
useEffect(() => {
const canvas = document.getElementById("canvas");
canvas.addEventListener("click", () => {
console.log("clicked");
if (showMenu) {
setShowMenu(false);
}
Expand Down

0 comments on commit 4b18fe3

Please sign in to comment.