diff --git a/src/components/Game.tsx b/src/components/Game.tsx
index 04fbd54..f1ca5b8 100644
--- a/src/components/Game.tsx
+++ b/src/components/Game.tsx
@@ -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(
     (
       (