Skip to content
Snippets Groups Projects
Commit ed763b3f authored by Giovanni Caruso's avatar Giovanni Caruso
Browse files

Remove console

parent 72c5011b
No related branches found
No related tags found
No related merge requests found
......@@ -200,9 +200,6 @@ const onRoomConnect = (room_) => {
HTML.undoButton.classList.remove("disabled")
})
const topPanelHeight = HTML.topPanel.offsetHeight
console.log("Top panel height: " + topPanelHeight)
HTML.canvas.addEventListener("touchstart", (e) => {
e.preventDefault()
let pressure = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment