diff --git a/node/consensus/data/frame_importer.go b/node/consensus/data/frame_importer.go index 757312b..7f7b1bb 100644 --- a/node/consensus/data/frame_importer.go +++ b/node/consensus/data/frame_importer.go @@ -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,