Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicKevinFerm committed Mar 13, 2024
1 parent c56f7bb commit 574c49c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/worker/local_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ addEventListener('message', async (e) => {
postMessage({ msg: "idconfirm" })
return;
}
console.log(msg, e.data.inputData)
var url = "http://localhost:3333/" + msg;
let response = await fetch(url, {
method: 'POST',
Expand Down

0 comments on commit 574c49c

Please sign in to comment.