remove print statement

This commit is contained in:
William Banfield
2022-05-19 13:31:35 -04:00
parent 65c4150c3d
commit e2989f9442
-1
View File
@@ -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