taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 9e93109358e3e04b7c8711a94e72a7229e9a0164
parent db9b98b2a9ba63699320c7613e1ba96c8e7e4011
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 28 Sep 2016 19:12:00 +0200

less logging

Diffstat:
Mlib/wallet/wallet.ts | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git 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(),