From 0b198e08888830890622e983445c75f947186b4c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 13 Oct 2016 20:02:42 +0200 Subject: refactor work queue --- lib/wallet/wallet.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/wallet/wallet.ts') diff --git a/lib/wallet/wallet.ts b/lib/wallet/wallet.ts index b248d5315..264eef250 100644 --- a/lib/wallet/wallet.ts +++ b/lib/wallet/wallet.ts @@ -797,8 +797,6 @@ export class Wallet { } async storeCoin(coin: Coin): Promise { - console.log("storing coin", new Date()); - let historyEntry: HistoryRecord = { type: "withdraw", timestamp: (new Date).getTime(), -- cgit v1.2.3