remove defensive code

This commit is contained in:
A.Unger
2020-03-09 15:14:51 +01:00
parent 568667318a
commit d6339c4326
+1 -3
View File
@@ -74,9 +74,7 @@ func Server(opts ...Option) (http.Service, error) {
)
{
if options.Config.Tracing.Enabled {
handle = svc.NewTracing(handle)
}
handle = svc.NewTracing(handle)
handle = svc.NewInstrument(handle, options.Metrics)
handle = svc.NewLogging(handle, options.Logger)
}