sharding: remove log debug statements

Former-commit-id: 6f936f56853da062b98d3547a44d1d8db19ce26f [formerly a411bb24f5bed28d4097bcab74c22a804ad7f79b]
Former-commit-id: c8f5029343bd1c3a2b485591847447ef58eac74f
This commit is contained in:
Raul Jordan 2018-05-09 17:36:10 -04:00
parent f8f879f893
commit 8d2ddf94bb

View File

@ -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)