mirror of
https://github.com/Rushilwiz/feud.git
synced 2025-04-03 20:10:17 -04:00
fix: removed unused log
This commit is contained in:
parent
60c31f059e
commit
a2a835190f
|
@ -69,7 +69,6 @@ socket.on("update", (data) => {
|
|||
|
||||
socket.on("winner", (data) => {
|
||||
winner.style.display = "flex"
|
||||
console.log(data)
|
||||
var year
|
||||
if (data === "a") year = yearA.innerHTML
|
||||
else year = yearB.innerHTML
|
||||
|
|
Loading…
Reference in New Issue
Block a user