remove deprecated config option

This commit is contained in:
A.Unger
2021-08-17 13:31:15 +02:00
parent aac45a46f4
commit 50381b2225
12 changed files with 0 additions and 19 deletions
-8
View File
@@ -1,8 +0,0 @@
package config
func TracingService(enabled bool) string {
if enabled {
return "opentelemetry"
}
return ""
}