mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Remove unnecessary returns in tracing setup
This commit is contained in:
parent
26b3fe201b
commit
529e34d2ae
@ -44,10 +44,7 @@ func (t *Tracing) Setup() {
|
||||
|
||||
if err != nil {
|
||||
log.Warnf("Could not initialize %s tracing: %v", t.Backend, err)
|
||||
return
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
// IsEnabled determines if tracing was successfully activated
|
||||
|
Loading…
x
Reference in New Issue
Block a user