mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
Remove unnecessary returns in tracing setup
This commit is contained in:
committed by
Traefiker Bot
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
|
||||
|
||||
Reference in New Issue
Block a user