Remove extra debug log statement

This commit is contained in:
Drew DeVault 2019-03-15 21:29:52 -04:00
parent a729179f9f
commit b181e0449d
1 changed files with 0 additions and 1 deletions

View File

@ -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() {