mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
changes as per Bucky's review
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
||||
"strings"
|
||||
|
||||
cmn "github.com/tendermint/tmlibs/common"
|
||||
"github.com/tendermint/tmlibs/logger"
|
||||
)
|
||||
|
||||
/****** these are for production settings ***********/
|
||||
@@ -83,7 +82,6 @@ func ResetTestRoot(testName string) *Config {
|
||||
cmn.MustWriteFile(privFilePath, []byte(testPrivValidator), 0644)
|
||||
|
||||
config := TestConfig().SetRoot(rootDir)
|
||||
logger.SetLogLevel(config.LogLevel)
|
||||
return config
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user