diff --git a/valhalla.go b/valhalla.go index a41f30d..6f8479c 100644 --- a/valhalla.go +++ b/valhalla.go @@ -52,8 +52,6 @@ func (v *ValhallaRouting) Route(locations []orb.Point) (route *Route, err error) return nil, err } - log.Debug().Any("resp", resp).Msg("valhalla response") - if resp.Directions == nil || resp.Directions.Routes == nil || len(resp.Directions.Routes) < 1 { return nil, errors.New("no routes returned by valhalla") }