diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-09-28 18:04:59 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-09-28 18:04:59 +0200 |
commit | c5dc5fd9357419472c1d182f9cdfe3382ebc1687 (patch) | |
tree | 3b856b021febac26bdf837b83d3da545cae30647 /lib/wallet/cryptoLib.ts | |
parent | 79d32c9c1b57824f27fd63db1ec4be56186562ee (diff) |
remove more logging
Diffstat (limited to 'lib/wallet/cryptoLib.ts')
-rw-r--r-- | lib/wallet/cryptoLib.ts | 1 |
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; |