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,7 +229,6 @@ const fetchFromRelay = async (relay, filters, addedFilters, pubkey, events, rela
|
|||||||
// Restarting the filter is necessary to go around Max Limits for each relay.
|
// Restarting the filter is necessary to go around Max Limits for each relay.
|
||||||
if (subscriptions[subscriptionId].counter < 2) {
|
if (subscriptions[subscriptionId].counter < 2) {
|
||||||
subscriptions[subscriptionId].done = true
|
subscriptions[subscriptionId].done = true
|
||||||
console.log(relay, subscriptionId, event.data)
|
|
||||||
|
|
||||||
let alldone = Object.values(subscriptions).every(filter => filter.done === true);
|
let alldone = Object.values(subscriptions).every(filter => filter.done === true);
|
||||||
if (alldone) {
|
if (alldone) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user