From 9e93109358e3e04b7c8711a94e72a7229e9a0164 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 28 Sep 2016 19:12:00 +0200 Subject: less logging --- lib/wallet/wallet.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') 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(), -- cgit v1.2.3