Skip to content

Commit

Permalink
chore: cleanup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlwn123 committed Sep 20, 2024
1 parent b07899f commit 52e7ca4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core-web/src/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ self.onmessage = async (event) => {

if (type === 'init') {
WasmClient = (await import('@fedimint/fedimint-client-wasm')).WasmClient
console.log('worker INITTED reeceived', event.data, WasmClient)
self.postMessage({ type: 'initialized', data: {}, requestId })
} else if (type === 'open') {
const { clientName } = payload
Expand Down

0 comments on commit 52e7ca4

Please sign in to comment.