removing unecessary console.log
This commit is contained in:
parent
67ea922811
commit
05d88a1f2e
|
|
@ -13,7 +13,6 @@ export default function GameQuestion({ questionId, correctAnswer }, ...props) {
|
|||
if (!screensTranslations || !screensTranslations.tutorial) return <Loading />;
|
||||
const currentScreenTranslations = screensTranslations.game;
|
||||
|
||||
console.log("GameQuestion", currentScreenTranslations);
|
||||
const objectPictureUrl = contextGameDatas.gameObjects[questionId].attrs.objectPictureUrl;
|
||||
|
||||
function handleAnswer(questionId, answer) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user