1
0
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:
ferhat elmas 2018-02-17 08:32:03 +01:00 committed by Traefiker Bot
parent 26b3fe201b
commit 529e34d2ae

View File

@ -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