mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/catalyst: remove print statement
This commit is contained in:
parent
a156ab10b5
commit
76183849a4
1 changed files with 0 additions and 1 deletions
|
|
@ -1682,7 +1682,6 @@ func TestGetClientVersion(t *testing.T) {
|
|||
t.Fatalf("expected only one returned client version, got %d", len(infos))
|
||||
}
|
||||
info = infos[0]
|
||||
fmt.Println(info.String())
|
||||
if info.Code != engine.ClientCode || info.Name != engine.ClientName || info.Version != params.VersionWithMeta {
|
||||
t.Fatalf("client info does match expected, got %s", info.String())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue