removed console log

This commit is contained in:
Jack 2021-06-23 18:34:57 +01:00
parent f8b19cf76e
commit 1ac00f25ea

View file

@ -485,7 +485,6 @@ export async function init() {
(!Config.punctuation && randomWord == "I") ||
randomWord.indexOf(" ") > -1
) {
console.log("rerandomising");
randomWord = wordset[Math.floor(Math.random() * wordset.length)];
}
}