diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-13 20:02:42 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-13 20:02:42 +0200 |
commit | 0b198e08888830890622e983445c75f947186b4c (patch) | |
tree | 562eb58178c57f44c885adbf2bf52c578f1a32a8 /lib/wallet/wallet.ts | |
parent | d3b49c0a2fb5d8a888e533fd63545103abd919c5 (diff) |
refactor work queue
Diffstat (limited to 'lib/wallet/wallet.ts')
-rw-r--r-- | lib/wallet/wallet.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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<void> { - console.log("storing coin", new Date()); - let historyEntry: HistoryRecord = { type: "withdraw", timestamp: (new Date).getTime(), |