Skip to content

Commit 5406bf5

Browse files
authored
Merge pull request #90 from sparkoo/69-cleanup-unused-code
cleanup worker
2 parents 61ac34f + 43e75b5 commit 5406bf5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web/public/worker.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
const serverHost = globalThis.location.host.includes("localhost")
2-
? "http://localhost:8080"
3-
: "";
4-
51
importScripts("wasm/wasm_exec.js");
62

73
onmessage = (event) => {

0 commit comments

Comments
 (0)