mirror of
https://github.com/vitorpamplona/Nostryfied.git
synced 2025-06-06 18:31:07 +00:00
no need for this log anymore
This commit is contained in:
parent
cb14cdf67e
commit
3d0006946b
@ -229,8 +229,7 @@ const fetchFromRelay = async (relay, filters, addedFilters, pubkey, events, rela
|
||||
// Restarting the filter is necessary to go around Max Limits for each relay.
|
||||
if (subscriptions[subscriptionId].counter < 2) {
|
||||
subscriptions[subscriptionId].done = true
|
||||
console.log(relay, subscriptionId, event.data)
|
||||
|
||||
|
||||
let alldone = Object.values(subscriptions).every(filter => filter.done === true);
|
||||
if (alldone) {
|
||||
updateRelayStatus(relay, "Done", 0, undefined, undefined, relayStatus)
|
||||
|
Loading…
x
Reference in New Issue
Block a user