diff --git a/src/client/helper/api.ts b/src/client/helper/api.ts index 9057fc7..5eec366 100644 --- a/src/client/helper/api.ts +++ b/src/client/helper/api.ts @@ -17,7 +17,6 @@ const filter_existing = function ( return true; }); case "travel": - console.log(r); return r.filter((e) => { if ( leg.travel.find( @@ -44,7 +43,6 @@ const process_results = function (tpe: "nominatim" | "travel", r: geoloc[]) { return rr; }); case "travel": - console.log(r); return r.map((el) => { (el as any).path = getGeoLine( {