Strip the verbosity of the debug handler

This commit is contained in:
Asim Aslam
2019-07-28 19:43:50 +01:00
committed by Vasiliy Tolstov
parent 7d6efd8a74
commit a1154590f2
2 changed files with 2 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ func newOptions(opt ...server.Option) server.Options {
}
if opts.DebugHandler == nil {
opts.DebugHandler = debug.DefaultDebugHandler
opts.DebugHandler = debug.DefaultHandler
}
if len(opts.Address) == 0 {