less logging

This commit is contained in:
Florian Dold 2016-09-28 19:12:00 +02:00
parent db9b98b2a9
commit 9e93109358

View File

@ -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(),