remove console
This commit is contained in:
parent
772440ed85
commit
026eedfb01
@ -28,7 +28,6 @@
|
||||
]
|
||||
|
||||
Array.from(document.querySelectorAll(".phrases")).forEach(element => {
|
||||
console.log(element)
|
||||
element.textContent = phrases[Math.floor(Math.random()*phrases.length)];
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user