diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-03-22 03:29:12 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-03-23 23:32:20 +0800 |
commit | 5d31a475e93807fb1b3a71765fe66138cacd15e7 (patch) | |
tree | 58563afc13ced0528f60164e5a4f273a01f846dd /cmd | |
parent | 60de4d6dd1403abd4daa142bb2e43cb917fe7b15 (diff) | |
download | go-tangerine-5d31a475e93807fb1b3a71765fe66138cacd15e7.tar.gz go-tangerine-5d31a475e93807fb1b3a71765fe66138cacd15e7.tar.zst go-tangerine-5d31a475e93807fb1b3a71765fe66138cacd15e7.zip |
Fix new types for blocktests and comment out non-working log level setter
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ethtest/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethtest/main.go b/cmd/ethtest/main.go index f2f7d27f3..fdf573fd8 100644 --- a/cmd/ethtest/main.go +++ b/cmd/ethtest/main.go @@ -219,7 +219,7 @@ func RunVmTest(r io.Reader) (failed int) { } func main() { - helper.Logger.SetLogLevel(5) + //helper.Logger.SetLogLevel(5) vm.Debug = true if len(os.Args) > 1 { |