aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-13 20:02:42 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-13 20:02:42 +0200
commit0b198e08888830890622e983445c75f947186b4c (patch)
tree562eb58178c57f44c885adbf2bf52c578f1a32a8 /lib/wallet/wallet.ts
parentd3b49c0a2fb5d8a888e533fd63545103abd919c5 (diff)
downloadwallet-core-0b198e08888830890622e983445c75f947186b4c.tar.xz
refactor work queue
Diffstat (limited to 'lib/wallet/wallet.ts')
-rw-r--r--lib/wallet/wallet.ts2
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(),