diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-09-28 19:12:00 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-09-28 19:12:00 +0200 |
commit | 9e93109358e3e04b7c8711a94e72a7229e9a0164 (patch) | |
tree | adc3ea1800feb11f33fd97a0509ea798ed62dbce /lib/wallet | |
parent | db9b98b2a9ba63699320c7613e1ba96c8e7e4011 (diff) |
less logging
Diffstat (limited to 'lib/wallet')
-rw-r--r-- | lib/wallet/wallet.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/wallet/wallet.ts b/lib/wallet/wallet.ts index b87f2d489..35f86399a 100644 --- a/lib/wallet/wallet.ts +++ b/lib/wallet/wallet.ts @@ -464,9 +464,6 @@ export class Wallet { merchantSig: offer.merchant_sig, }; - console.log("pay request"); - console.dir(payReq); - let historyEntry = { type: "pay", timestamp: (new Date).getTime(), |