Removed unused log

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2017-03-14 15:58:35 +01:00
parent 736f9b30ef
commit 51f3f6ba9c
No known key found for this signature in database
GPG key ID: D808B4C167352E59

View file

@ -261,7 +261,6 @@ func run(traefikConfiguration *TraefikConfiguration) {
}
}(t)
}
log.Info(t.String())
server.Wait()
log.Info("Shutting down")
}