mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2026-03-22 00:26:20 +00:00
Removed console.log
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user