mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
removed console logfs
This commit is contained in:
parent
1c37cf9245
commit
33d4f19934
1 changed files with 0 additions and 2 deletions
|
@ -624,7 +624,6 @@ export async function init() {
|
|||
randomWord = randomWord.replace(/ +/g, " ");
|
||||
randomWord = randomWord.replace(/( *(\r\n|\r|\n) *)/g, "\n ");
|
||||
randomWord = randomWord.replace(/[\u2060]/g, " ");
|
||||
console.log(`randomwordLast=${randomWord}`);
|
||||
if (/ +/.test(randomWord)) {
|
||||
let randomList = randomWord.split(" ");
|
||||
let id = 0;
|
||||
|
@ -638,7 +637,6 @@ export async function init() {
|
|||
} else {
|
||||
words.push(randomWord);
|
||||
}
|
||||
console.log(`words=${words.list} i=${i}`);
|
||||
}
|
||||
}
|
||||
} else if (Config.mode == "quote") {
|
||||
|
|
Loading…
Reference in a new issue