Removed more casts

This commit is contained in:
obscuren
2015-03-19 22:45:03 +01:00
parent 013427bde2
commit df5901fdc5
5 changed files with 14 additions and 24 deletions

View File

@ -24,7 +24,6 @@ package main
import (
"bytes"
"encoding/json"
"fmt"
"io"
"io/ioutil"
"log"
@ -210,7 +209,7 @@ func RunVmTest(r io.Reader) (failed int) {
}
if failed == 1 {
fmt.Println(string(statedb.Dump()))
helper.Log.Infoln(string(statedb.Dump()))
}
logger.Flush()