mmm: eliminate annoying log line.
This commit is contained in:
@@ -81,8 +81,6 @@ func (il *IndexingLayer) delete(
|
||||
iltxn *lmdb.Txn,
|
||||
id nostr.ID,
|
||||
) (pos position, shouldPurge bool, err error) {
|
||||
il.mmmm.Logger.Debug().Str("layer", il.name).Uint16("il", il.id).Msg("deleting")
|
||||
|
||||
// first in the mmmm txn we check if we have the event still
|
||||
val, err := mmmtxn.Get(il.mmmm.indexId, id[0:8])
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user