mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-12-30 21:31: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) {
|
while (1) {
|
||||||
for (let phrase in PHRASES) {
|
for (let phrase in PHRASES) {
|
||||||
console.log(PHRASES[phrase])
|
|
||||||
if (!is_end) {
|
if (!is_end) {
|
||||||
for (let character in PHRASES[phrase]) {
|
for (let character in PHRASES[phrase]) {
|
||||||
current_phrase.push(PHRASES[phrase][character])
|
current_phrase.push(PHRASES[phrase][character])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user