🔇 logging
This commit is contained in:
parent
46a1756367
commit
129d944379
1 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue