mirror of
https://github.com/vitorpamplona/Nostryfied.git
synced 2025-04-19 18:31:17 +00:00
removes some logs
This commit is contained in:
parent
5ce8fe83d2
commit
a0096ca9b3
@ -209,7 +209,6 @@ const fetchFromRelay = async (relay, filters, pubkey, events, relayStatus) =>
|
||||
}
|
||||
|
||||
if (msgType === 'AUTH') {
|
||||
console.log(relay, subscriptionId)
|
||||
signNostrAuthEvent(relay, subscriptionId).then(
|
||||
(event) => {
|
||||
if (event) {
|
||||
@ -457,7 +456,6 @@ async function signNostrAuthEvent(relay, auth_challenge) {
|
||||
// Sign event
|
||||
signed_msg = await window.nostr.signEvent(msg);
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
console.log("Failed to sign message with browser extension", e);
|
||||
return undefined;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user