mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
Removed console.log
This commit is contained in:
parent
398f99ba4c
commit
1815429e2c
@ -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])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user