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