Remove extra debug log statement
This commit is contained in:
parent
a729179f9f
commit
b181e0449d
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ func LoadConfig(root *string) (*AercConfig, error) {
|
||||||
if err := ui.MapTo(&config.Ui); err != nil {
|
if err := ui.MapTo(&config.Ui); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
fmt.Printf("%v\n", config.Ui)
|
|
||||||
}
|
}
|
||||||
if lbinds, err := file.GetSection("lbinds"); err == nil {
|
if lbinds, err := file.GetSection("lbinds"); err == nil {
|
||||||
for key, value := range lbinds.KeysHash() {
|
for key, value := range lbinds.KeysHash() {
|
||||||
|
|
Loading…
Reference in a new issue