mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-22 07:06:14 +00:00
remove print statement
This commit is contained in:
@@ -210,7 +210,6 @@ func TestBlockStoreSaveLoadBlock(t *testing.T) {
|
||||
bs, db := newInMemoryBlockStore()
|
||||
// SaveBlock
|
||||
res, err, panicErr := doFn(func() (interface{}, error) {
|
||||
fmt.Println(tuple)
|
||||
bs.SaveBlockWithExtendedCommit(tuple.block, tuple.parts, tuple.seenCommit)
|
||||
if tuple.block == nil {
|
||||
return nil, nil
|
||||
|
||||
Reference in New Issue
Block a user