mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 12:55:29 +00:00
cleanup logging
This commit is contained in:
@@ -51,8 +51,6 @@ func init() {
|
||||
|
||||
router, ok := ctx.Value(route.RouterContextKey).(route.RouteIO)
|
||||
|
||||
fmt.Printf("%+T", ctx.Value(route.RouterContextKey))
|
||||
|
||||
if !ok {
|
||||
return nil, errors.New("http.server unable to get router from context")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user