diff pkg/imports/gm.go @ 4799:f32d086b5dbf

Removed the mechanical touch of the last commit.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 25 Oct 2019 18:40:37 +0200
parents ca6a5f722471
children 76e2c627dc6d
line wrap: on
line diff
--- a/pkg/imports/gm.go	Fri Oct 25 18:25:38 2019 +0200
+++ b/pkg/imports/gm.go	Fri Oct 25 18:40:37 2019 +0200
@@ -41,11 +41,7 @@
 }
 
 func (gm *GaugeMeasurement) Description() (string, error) {
-
-	var descs []string
-
-	descs = append(descs, gm.URL)
-	return strings.Join(descs, "|"), nil
+	return gm.URL, nil
 }
 
 // GMJobKind is the import queue type identifier.