diff --git a/src/components/game/GameQuestion.jsx b/src/components/game/GameQuestion.jsx index 9a0131f..e8cca69 100644 --- a/src/components/game/GameQuestion.jsx +++ b/src/components/game/GameQuestion.jsx @@ -13,7 +13,6 @@ export default function GameQuestion({ questionId, correctAnswer }, ...props) { if (!screensTranslations || !screensTranslations.tutorial) return ; const currentScreenTranslations = screensTranslations.game; - console.log("GameQuestion", currentScreenTranslations); const objectPictureUrl = contextGameDatas.gameObjects[questionId].attrs.objectPictureUrl; function handleAnswer(questionId, answer) {