remove err printing

This commit is contained in:
A.Unger
2019-12-13 16:27:56 +01:00
parent 88821244cb
commit b1d041fcb1
+1 -2
View File
@@ -57,9 +57,8 @@ func HelloHandler(ctx context.Context, cancel context.CancelFunc, gr *run.Group,
gr.Add(func() error {
return server.Run()
}, func(err error) {
}, func(_ error) {
logger.Info().
Err(err).
Str("transport", "http").
Msg("Shutting down server")