aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/wallet/wallet.ts3
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(),