From 05d88a1f2e582450ff080ad14811f6762dd081b8 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 13 May 2024 10:27:46 +0200 Subject: [PATCH] removing unecessary console.log --- src/components/game/GameQuestion.jsx | 1 - 1 file changed, 1 deletion(-) 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) {