commit 79d32c9c1b57824f27fd63db1ec4be56186562ee
parent fab098c8e7a5d1ea7cf163ed01a63ad25754e645
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 28 Sep 2016 18:03:01 +0200
remove bad logging
Diffstat:
3 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/lib/wallet/cryptoLib.ts b/lib/wallet/cryptoLib.ts
@@ -54,7 +54,6 @@ export function main(worker: Worker) {
}
}
-console.log("hello, this is the crypto lib");
namespace RpcFunctions {
diff --git 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
diff --git a/lib/wallet/wallet.ts b/lib/wallet/wallet.ts
@@ -955,7 +955,6 @@ export class Wallet {
let r = await Query(this.db).get("exchanges", baseUrl);
let exchangeInfo: IExchangeInfo;
- console.dir(r);
if (!r) {
exchangeInfo = {