remove debugging stuff

This commit is contained in:
counterweight 2025-02-09 23:42:23 +01:00
parent add1a392cd
commit b226fc57a8
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -1,6 +1,5 @@
function acceptInvite() { function acceptInvite() {
const npub = window.nostr.getPublicKey(); const npub = window.nostr.getPublicKey();
console.log("Npub is" + npub);
npub.then(async function (npub) { npub.then(async function (npub) {
try { try {