mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 18:21:20 +00:00
sharding: remove log debug statements
Former-commit-id: 6f936f56853da062b98d3547a44d1d8db19ce26f [formerly a411bb24f5bed28d4097bcab74c22a804ad7f79b] Former-commit-id: c8f5029343bd1c3a2b485591847447ef58eac74f
This commit is contained in:
parent
f8f879f893
commit
8d2ddf94bb
@ -1,7 +1,6 @@
|
|||||||
package sharding
|
package sharding
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"log"
|
|
||||||
"math/big"
|
"math/big"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
@ -79,7 +78,7 @@ func TestShard_CollationByHash(t *testing.T) {
|
|||||||
t.Fatalf("cannot save collation: %v", err)
|
t.Fatalf("cannot save collation: %v", err)
|
||||||
}
|
}
|
||||||
hash := collation.Header().Hash()
|
hash := collation.Header().Hash()
|
||||||
log.Printf("header hash: %v", hash)
|
|
||||||
dbCollation, err := shard.CollationByHash(&hash)
|
dbCollation, err := shard.CollationByHash(&hash)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("could not fetch collation by hash: %v", err)
|
t.Fatalf("could not fetch collation by hash: %v", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user