From 1388da070f2f065911477b169494a770ce1778a9 Mon Sep 17 00:00:00 2001 From: Paul Mueller Date: Wed, 3 Aug 2022 08:45:04 +0200 Subject: [PATCH] added first pmueller commit --- map.js | 1 + 1 file changed, 1 insertion(+) diff --git a/map.js b/map.js index 9994b23..3f484c3 100644 --- a/map.js +++ b/map.js @@ -25,6 +25,7 @@ async function displayRoute() { const current_route0 = current_route[0]; const current_route1 = current_route[1]; console.log("Route 0"); + // this is test console.log(current_route0); console.log("Route 1"); console.log(current_route1);