remove unused variable

This commit is contained in:
A.Unger
2020-01-15 11:05:18 +01:00
parent aa74f44b08
commit 4aa049ec5e
-1
View File
@@ -52,7 +52,6 @@ func HealthWithConfig(cfg *config.Config) []cli.Flag {
// ServerWithConfig applies cfg to the root flagset
func ServerWithConfig(cfg *config.Config) []cli.Flag {
apps := cli.StringSlice(cfg.Phoenix.Config.Apps)
return []cli.Flag{
&cli.BoolFlag{
Name: "tracing-enabled",