Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwwwwwwww committed Aug 2, 2024
1 parent 1f920cb commit 8d4bc57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/src/workers/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ await aleo.initThreadPool();
const defaultHost = "https://api.explorer.aleo.org/v1";
const keyProvider = new aleo.AleoKeyProvider();
const programManager = new aleo.ProgramManager(defaultHost, keyProvider, undefined);
console.log("this is the web worker");
keyProvider.useCache(true);

self.postMessage({
Expand Down

0 comments on commit 8d4bc57

Please sign in to comment.