aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/blocks-generator_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/blocks-generator_test.go')
-rw-r--r--core/test/blocks-generator_test.go2
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)
}