Fix socket connectivity on production.
Remove debug code.
This commit is contained in:
parent
510cdcbc9c
commit
eb9fd09a2b
4 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@ channel.join()
|
|||
let progressBar = document.getElementById("morse-progress")
|
||||
|
||||
channel.on("update", (content) => {
|
||||
console.log(content["value"])
|
||||
progressBar.value = content["value"]
|
||||
progressBar.innerHTML = content["value"]
|
||||
});
|
||||
|
||||
export default socket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue