aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/cryptoLib.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wallet/cryptoLib.ts')
-rw-r--r--lib/wallet/cryptoLib.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wallet/cryptoLib.ts b/lib/wallet/cryptoLib.ts
index b74e82bd7..58a3d5004 100644
--- a/lib/wallet/cryptoLib.ts
+++ b/lib/wallet/cryptoLib.ts
@@ -33,7 +33,6 @@ import {Amount} from "./emscriptif";
export function main(worker: Worker) {
worker.onmessage = (msg: MessageEvent) => {
- console.log("got data", msg.data);
if (!Array.isArray(msg.data.args)) {
console.error("args must be array");
return;