Fixed dumb issue

Bad console log
This commit is contained in:
FlamedDogo99 2024-06-01 21:17:17 -05:00
parent eaf77269be
commit f51bc7338a

View File

@ -228,7 +228,6 @@ function insertCanvasElements() {
if (!startTouchX) {
startTouchX = touch.pageX;
console.log(STARTED)
}
let movementX = touch.pageX - startTouchX;
console.log(movementX)