remove log line for events with invalid signature.

This commit is contained in:
fiatjaf
2021-12-12 05:54:34 -03:00
parent 93b22e48a6
commit a99188e4cf
2 changed files with 1 additions and 3 deletions

View File

@@ -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
}