mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
removed console log
This commit is contained in:
parent
f8b19cf76e
commit
1ac00f25ea
1 changed files with 0 additions and 1 deletions
|
|
@ -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)];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue