mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-08-11 05:09:12 +00:00
🔥 remove redundant loggign
This commit is contained in:
parent
1bf0d0d36a
commit
5df4f46351
1 changed files with 0 additions and 5 deletions
|
@ -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(
|
||||
(
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue