diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-15 21:29:52 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-15 21:29:52 -0400 |
commit | b181e0449d552a03db49da8e3edace9b3d7cfaa6 (patch) | |
tree | d47e0ebe805fed8b2d51dba692c9cd76da61bda9 /config | |
parent | a729179f9fae4a89a0b65984263a7893fcab874a (diff) | |
download | aerc-b181e0449d552a03db49da8e3edace9b3d7cfaa6.tar.gz |
Remove extra debug log statement
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index 173d4af..867c6fa 100644 --- a/config/config.go +++ b/config/config.go @@ -117,7 +117,6 @@ func LoadConfig(root *string) (*AercConfig, error) { if err := ui.MapTo(&config.Ui); err != nil { return nil, err } - fmt.Printf("%v\n", config.Ui) } if lbinds, err := file.GetSection("lbinds"); err == nil { for key, value := range lbinds.KeysHash() { |