cleanup
This commit is contained in:
parent
d767341b36
commit
83654a8276
|
@ -91,7 +91,6 @@ export default function VerbGame({ id, link, level }: {
|
|||
const poolBase = level === "imperative"
|
||||
? secondPersonPronounTypes
|
||||
: pronounTypes;
|
||||
console.log({ poolBase })
|
||||
function* questions (): Generator<Current<Question>> {
|
||||
let pool = [...poolBase];
|
||||
function getRandPersFromPool(): T.Person {
|
||||
|
|
Loading…
Reference in New Issue