diff --git a/package.json b/package.json index f254e5a..1ab2ab8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nostr-tools", - "version": "0.7.1", + "version": "0.7.2", "description": "Tools for making a Nostr client.", "repository": { "type": "git", diff --git a/relay.js b/relay.js index 947eb44..cc35cc2 100644 --- a/relay.js +++ b/relay.js @@ -84,8 +84,6 @@ export function relayConnect(url, onNotice) { if (channels[channel]) { channels[channel](event) } - } else { - console.warn('got event with invalid signature from ' + url, event) } return }