Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Aug 21, 2023
1 parent e7c5667 commit c733b36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webln/NostrWeblnProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ export class NostrWebLNProvider implements WebLNProvider, Nip07Provider {
}
// @ts-ignore // event is still unknown in nostr-tools
if (event.kind == 23195 && response.result) {
console.log("GOT RESULT", response.result);
if (resultValidator(response.result)) {
resolve(resultMapper(response.result));
this.notify(weblnRequestMethod, response.result);
Expand Down

0 comments on commit c733b36

Please sign in to comment.