mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-03-05 08:17:39 +08:00
remove debug log line
This commit is contained in:
parent
2d70562911
commit
e9efb2d1a6
@ -231,15 +231,6 @@ func (e *DataClockConsensusEngine) applySnapshot(
|
||||
key = binary.BigEndian.AppendUint64(key, 0)
|
||||
key = append(key, e.filter...)
|
||||
|
||||
iter, err := temporaryStore.NewIter(
|
||||
nil,
|
||||
nil,
|
||||
)
|
||||
|
||||
for iter.First(); iter.Valid(); iter.Next() {
|
||||
fmt.Printf("%x\n", iter.Key())
|
||||
}
|
||||
|
||||
_, _, err = temporaryClockStore.GetDataClockFrame(
|
||||
e.filter,
|
||||
max.FrameNumber+1,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user