1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

removed debug output

This commit is contained in:
Matthias Hannig
2018-06-20 11:53:28 +02:00
parent 5895255f43
commit a4717e0ca9

View File

@ -191,8 +191,6 @@ func getUiConfig(config *ini.File) (UiConfig, error) {
// are found, it will be ignored
themeConfig := getThemeConfig(config)
fmt.Println("THEME COINFIG:", themeConfig)
// Make config
uiConfig = UiConfig{
RoutesColumns: routesColumns,