From 6f06944d53f2e9ecf887fa4adb2967b647e4f179 Mon Sep 17 00:00:00 2001 From: tithakka Date: Fri, 15 Dec 2023 14:05:07 -0500 Subject: [PATCH] Removed debug statement --- pkg/config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 54809a3d..09dbda2d 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -108,7 +108,6 @@ func Save(cfg *Config) error { if err != nil { return fmt.Errorf("can't write file '%s': %v", file, err) } - fmt.Println("successfully logged in to", cfg.URL) return nil }