mmm: eliminate annoying log line.

This commit is contained in:
fiatjaf
2026-01-19 22:33:35 -03:00
parent 57cef15054
commit ce7d165c9d

View File

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