From 6e979f0bf914f0f2ec5d88664d86907d2d9a01c0 Mon Sep 17 00:00:00 2001 From: Simon Roberts Date: Sun, 5 Sep 2021 11:58:39 +1000 Subject: [PATCH] Remove leftover code --- cointop/cointop.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cointop/cointop.go b/cointop/cointop.go index 8efbcfd..dc4e81e 100644 --- a/cointop/cointop.go +++ b/cointop/cointop.go @@ -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) }