remove debug

This commit is contained in:
Simon Vieille 2023-08-26 11:46:15 +02:00
commit fa563a107a
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 4 additions and 6 deletions

View file

@ -51,7 +51,5 @@ func createConfigFromFile(file string) (Config, error) {
return value, err
}
fmt.Printf("%+v\n", value)
return value, nil
}

File diff suppressed because one or more lines are too long