Skip to content
Snippets Groups Projects
Commit f4a6a804 authored by ale's avatar ale
Browse files

Remove useless debug logging

parent 62ccd5a5
No related branches found
No related tags found
No related merge requests found
...@@ -295,7 +295,6 @@ func LoadConfig(path string) (*Config, error) { ...@@ -295,7 +295,6 @@ func LoadConfig(path string) (*Config, error) {
if err := yaml.Unmarshal(data, &config); err != nil { if err := yaml.Unmarshal(data, &config); err != nil {
return nil, err return nil, err
} }
log.Printf("configuration: %+v", config)
if err := config.compile(); err != nil { if err := config.compile(); err != nil {
return nil, err return nil, err
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment