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:
@ -191,8 +191,6 @@ func getUiConfig(config *ini.File) (UiConfig, error) {
|
|||||||
// are found, it will be ignored
|
// are found, it will be ignored
|
||||||
themeConfig := getThemeConfig(config)
|
themeConfig := getThemeConfig(config)
|
||||||
|
|
||||||
fmt.Println("THEME COINFIG:", themeConfig)
|
|
||||||
|
|
||||||
// Make config
|
// Make config
|
||||||
uiConfig = UiConfig{
|
uiConfig = UiConfig{
|
||||||
RoutesColumns: routesColumns,
|
RoutesColumns: routesColumns,
|
||||||
|
Reference in New Issue
Block a user