Removed console.log

This commit is contained in:
Kristofers Solo 2023-01-19 19:34:29 +02:00
parent 398f99ba4c
commit 1815429e2c

View File

@ -8,7 +8,6 @@ window.addEventListener("load", async () => {
while (1) {
for (let phrase in PHRASES) {
console.log(PHRASES[phrase])
if (!is_end) {
for (let character in PHRASES[phrase]) {
current_phrase.push(PHRASES[phrase][character])