Skip to content

Commit d12b10f

Browse files
cleanup
1 parent 8095361 commit d12b10f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PeerPayClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,6 @@ export class PeerPayClient extends MessageBoxClient {
382382
* @returns {Promise<IncomingPayment[]>} Resolves with an array of pending payments.
383383
*/
384384
async listIncomingPayments (overrideHost?: string): Promise<IncomingPayment[]> {
385-
debugger
386-
console.log('version check')
387385
const messages = await this.listMessages({ messageBox: STANDARD_PAYMENT_MESSAGEBOX, host: overrideHost})
388386
return messages.map((msg: any) => {
389387
const parsedToken = safeParse<PaymentToken>(msg.body)

0 commit comments

Comments
 (0)