Remove leftover code

pull/162/head
Simon Roberts 3 years ago
parent 32990cdbaf
commit 6e979f0bf9

@ -201,8 +201,6 @@ var DefaultColorsDir = fmt.Sprintf("%s/colors", DefaultConfigFilepath)
// NewCointop initializes cointop
func NewCointop(config *Config) (*Cointop, error) {
// var debug bool
x := log.GetLevel()
log.Debug(x)
if os.Getenv("DEBUG") != "" {
log.SetLevel(log.DebugLevel)
}

Loading…
Cancel
Save