Remove unused variable

pull/162/head
Simon Roberts 3 years ago
parent f7a145a002
commit dfc5ce4f21

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

Loading…
Cancel
Save