aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-05-07 05:25:44 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-05-07 05:25:44 +0800
commit7bc1f487b866ed29b046a83a9c3bf4c5c839507c (patch)
tree70a6318abc253fbd5f84e9cfc96db0348cda0a33 /cmd/geth
parent2808409fbde922722e238ce319e57bb5046febc1 (diff)
downloadgo-tangerine-7bc1f487b866ed29b046a83a9c3bf4c5c839507c.tar
go-tangerine-7bc1f487b866ed29b046a83a9c3bf4c5c839507c.tar.gz
go-tangerine-7bc1f487b866ed29b046a83a9c3bf4c5c839507c.tar.bz2
go-tangerine-7bc1f487b866ed29b046a83a9c3bf4c5c839507c.tar.lz
go-tangerine-7bc1f487b866ed29b046a83a9c3bf4c5c839507c.tar.xz
go-tangerine-7bc1f487b866ed29b046a83a9c3bf4c5c839507c.tar.zst
go-tangerine-7bc1f487b866ed29b046a83a9c3bf4c5c839507c.zip
Unskip now working tests, remove debug print
Diffstat (limited to 'cmd/geth')
-rw-r--r--cmd/geth/blocktest.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/geth/blocktest.go b/cmd/geth/blocktest.go
index 5c80ad07e..81a64b5f2 100644
--- a/cmd/geth/blocktest.go
+++ b/cmd/geth/blocktest.go
@@ -113,7 +113,6 @@ func runOneBlockTest(ctx *cli.Context, test *tests.BlockTest) (*eth.Ethereum, er
return ethereum, fmt.Errorf("Block Test load error: %v", err)
}
- fmt.Println("chain loaded")
if err := test.ValidatePostState(statedb); err != nil {
return ethereum, fmt.Errorf("post state validation failed: %v", err)
}