From 79d32c9c1b57824f27fd63db1ec4be56186562ee Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 28 Sep 2016 18:03:01 +0200 Subject: remove bad logging --- lib/wallet/cryptoWorker.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/wallet/cryptoWorker.ts') diff --git a/lib/wallet/cryptoWorker.ts b/lib/wallet/cryptoWorker.ts index c4c467d2c..4483c64e6 100644 --- a/lib/wallet/cryptoWorker.ts +++ b/lib/wallet/cryptoWorker.ts @@ -54,12 +54,8 @@ if ("object" !== typeof Module) { System.import("./cryptoLib") .then((m) => { m.main(self); - console.log("loaded"); }) .catch((e) => { console.log("crypto worker failed"); console.error(e.stack); - }); - -console.log("in worker thread"); - + }); \ No newline at end of file -- cgit v1.2.3