🔥 remove redundant loggign

This commit is contained in:
Chase Manning 2023-09-05 13:56:51 +03:00
commit 5df4f46351

View file

@ -76,11 +76,6 @@ const Game = () => {
const [moveInterval, setMoveInterval] = useState<NodeJS.Timeout | null>(null);
console.log("moveUp", movingUp);
console.log("moveDown", movingDown);
console.log("moveRight", movingRight);
console.log("moveLeft", movingLeft);
const translateX = `calc(
(
(