From 8d2ddf94bbe204c1149d47fbb193be8da2751ebe Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Wed, 9 May 2018 17:36:10 -0400 Subject: [PATCH] sharding: remove log debug statements Former-commit-id: 6f936f56853da062b98d3547a44d1d8db19ce26f [formerly a411bb24f5bed28d4097bcab74c22a804ad7f79b] Former-commit-id: c8f5029343bd1c3a2b485591847447ef58eac74f --- sharding/shard_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sharding/shard_test.go b/sharding/shard_test.go index 158139990..19c2e2983 100644 --- a/sharding/shard_test.go +++ b/sharding/shard_test.go @@ -1,7 +1,6 @@ package sharding import ( - "log" "math/big" "testing" @@ -79,7 +78,7 @@ func TestShard_CollationByHash(t *testing.T) { t.Fatalf("cannot save collation: %v", err) } hash := collation.Header().Hash() - log.Printf("header hash: %v", hash) + dbCollation, err := shard.CollationByHash(&hash) if err != nil { t.Fatalf("could not fetch collation by hash: %v", err)