Browse Source

rm console log

feature/dockerfile-arm
Evan Feenstra 5 years ago
parent
commit
e153c1b555
  1. 1
      api/grpc/index.ts
  2. 1
      dist/api/grpc/index.js
  3. 2
      dist/api/grpc/index.js.map

1
api/grpc/index.ts

@ -30,7 +30,6 @@ async function parseAndVerifyPayload(data){
} }
async function parseKeysendInvoice(i, actions){ async function parseKeysendInvoice(i, actions){
console.log("FULL",i)
const recs = i.htlcs && i.htlcs[0] && i.htlcs[0].custom_records const recs = i.htlcs && i.htlcs[0] && i.htlcs[0].custom_records
const buf = recs && recs[SPHINX_CUSTOM_RECORD_KEY] const buf = recs && recs[SPHINX_CUSTOM_RECORD_KEY]
const data = buf && buf.toString() const data = buf && buf.toString()

1
dist/api/grpc/index.js

@ -43,7 +43,6 @@ function parseAndVerifyPayload(data) {
} }
function parseKeysendInvoice(i, actions) { function parseKeysendInvoice(i, actions) {
return __awaiter(this, void 0, void 0, function* () { return __awaiter(this, void 0, void 0, function* () {
console.log("FULL", i);
const recs = i.htlcs && i.htlcs[0] && i.htlcs[0].custom_records; const recs = i.htlcs && i.htlcs[0] && i.htlcs[0].custom_records;
const buf = recs && recs[lightning_1.SPHINX_CUSTOM_RECORD_KEY]; const buf = recs && recs[lightning_1.SPHINX_CUSTOM_RECORD_KEY];
const data = buf && buf.toString(); const data = buf && buf.toString();

2
dist/api/grpc/index.js.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save