summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorAlexey Yerin <yyp@disroot.org>2021-11-28 16:53:40 +0300
committerHubert Hirtz <hubert@hirtz.pm>2021-11-29 08:44:11 +0100
commit231b98d19979a105ff6fd4b7b24989a57341f697 (patch)
treef4a5ccf8a648ebdeb7173caf032b4212895d2829 /config.go
parentREADME: fix syntax of debug option for scfg (diff)
config: remove debugging fmt.Println
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.go b/config.go
index d232cf4..35857ba 100644
--- a/config.go
+++ b/config.go
@@ -261,7 +261,6 @@ func unmarshal(filename string, cfg *Config) (err error) {
return err
}
- fmt.Println(prompt)
if err = parseColor(prompt, &cfg.Colors.Prompt); err != nil {
return err
}