From a8310718d4fb35df8119b959e01f8a75529590b3 Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Sun, 9 Dec 2018 19:39:24 +0100 Subject: [PATCH] removed debug output --- backend/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/config.go b/backend/config.go index 2e982a9..fa4a5e0 100644 --- a/backend/config.go +++ b/backend/config.go @@ -544,7 +544,6 @@ func getSources(config *ini.File) ([]*SourceConfig, error) { continue } - fmt.Println("Section Name:", section.Name()) // Derive source-id from name sourceId := section.Name()[len("source:"):]