diff options
Diffstat (limited to 'core/test/blocks-generator_test.go')
-rw-r--r-- | core/test/blocks-generator_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/test/blocks-generator_test.go b/core/test/blocks-generator_test.go index bd7a5a2..78b609b 100644 --- a/core/test/blocks-generator_test.go +++ b/core/test/blocks-generator_test.go @@ -18,7 +18,6 @@ package test import ( - "fmt" "sort" "testing" "time" @@ -318,7 +317,6 @@ func (s *BlocksGeneratorTestSuite) TestConcateBlocksFromRounds() { totalAckCount += len(b.Acks) } // At least all blocks can ack some non-parent block. - fmt.Println(totalAckCount, totalBlockCount) req.True(totalAckCount/totalBlockCount >= 2) } |