Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2023-02-03 22:55:15 +08:00
commit c3d3cb189c

View file

@ -420,7 +420,7 @@ func SaveBlockTree(force bool) {
return true
})
if 0 < count {
logging.LogInfof("wrote block trees [%d]", count)
//logging.LogInfof("wrote block trees [%d]", count)
}
elapsed := time.Since(start).Seconds()