diff --git a/server/start.go b/server/start.go index 317059704079..d745ddc44a11 100644 --- a/server/start.go +++ b/server/start.go @@ -503,7 +503,6 @@ func startInProcess(ctx *Context, clientCtx client.Context, appCreator types.App } func startTelemetry(cfg config.Config) (*telemetry.Metrics, error) { - return nil, nil if !cfg.Telemetry.Enabled { return nil, nil }