This commit is contained in:
alex.sharov 2021-08-30 10:46:07 +07:00
parent a24048bed4
commit 68683583c8

View File

@ -619,7 +619,7 @@ func (sc *SendersCache) flush(tx kv.RwTx, byNonce *ByNonce, sendersWithoutTransa
return evicted, err
}
}
fmt.Printf("justDeleted:%d, justInserted:%d\n", justDeleted, justInserted)
//fmt.Printf("justDeleted:%d, justInserted:%d\n", justDeleted, justInserted)
if ASSERT {
{
duplicates := map[string]uint64{}