From 5d31a475e93807fb1b3a71765fe66138cacd15e7 Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Sat, 21 Mar 2015 20:29:12 +0100 Subject: Fix new types for blocktests and comment out non-working log level setter --- cmd/ethtest/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/ethtest') 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 { -- cgit