🔇 logging

This commit is contained in:
Liang Ding 2023-02-01 14:16:30 +08:00
parent 46a1756367
commit 129d944379
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -524,13 +524,12 @@ func SaveBlockTree(force bool) {
}
count++
waitGroup.Add(1)
p.Invoke(map[string]interface{}{"key": key, "value": value})
return true
})
if 0 < count {
logging.LogInfof("wrote block trees [%d]", count)
//logging.LogInfof("wrote block trees [%d]", count)
}
waitGroup.Wait()