commit b181e0449d552a03db49da8e3edace9b3d7cfaa6
parent a729179f9fae4a89a0b65984263a7893fcab874a
Author: Drew DeVault <sir@cmpwn.com>
Date: Fri, 15 Mar 2019 21:29:52 -0400
Remove extra debug log statement
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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() {