From 83654a827686b28e30695ddad6f3217738a8bbea Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 30 Aug 2022 16:19:10 +0400 Subject: [PATCH] cleanup --- src/games/sub-cores/VerbGame.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/games/sub-cores/VerbGame.tsx b/src/games/sub-cores/VerbGame.tsx index a0a1310..3edd99d 100644 --- a/src/games/sub-cores/VerbGame.tsx +++ b/src/games/sub-cores/VerbGame.tsx @@ -91,7 +91,6 @@ export default function VerbGame({ id, link, level }: { const poolBase = level === "imperative" ? secondPersonPronounTypes : pronounTypes; - console.log({ poolBase }) function* questions (): Generator> { let pool = [...poolBase]; function getRandPersFromPool(): T.Person {