From a4717e0ca90ee08723e19c169c946dfdb90ff51b Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Wed, 20 Jun 2018 11:53:28 +0200 Subject: [PATCH] removed debug output --- backend/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/config.go b/backend/config.go index 7beaa80..42cee40 100644 --- a/backend/config.go +++ b/backend/config.go @@ -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,