remove painful log

This commit is contained in:
Arnaud Delcasse 2023-04-03 20:33:58 +02:00
parent b2c510a247
commit 4d30329f06
1 changed files with 0 additions and 2 deletions

View File

@ -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")
}