badger: remove a dangling print()

This commit is contained in:
fiatjaf
2023-11-29 12:27:32 -03:00
parent b95cfc42cc
commit fe0b7c799c

View File

@@ -34,8 +34,6 @@ func (b BadgerBackend) QueryEvents(ctx context.Context, filter nostr.Filter) (ch
return nil, err
}
fmt.Println(filter)
go func() {
err := b.View(func(txn *badger.Txn) error {
// iterate only through keys and in reverse order