From fbb162527fb0b8b02ab5a3128018f82a4ecc86f1 Mon Sep 17 00:00:00 2001
From: Miupro <micheldatz@outlook.de>
Date: Sun, 31 Oct 2021 00:56:33 +0200
Subject: [PATCH] map update

---
 apis/interactive_maps.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apis/interactive_maps.py b/apis/interactive_maps.py
index 9f6a760..7338f08 100644
--- a/apis/interactive_maps.py
+++ b/apis/interactive_maps.py
@@ -38,7 +38,7 @@ class SwissMap:
 
 
 # Working examples for travel history map and destination map
-
+"""
 # Hard coded location list
 location_list = [('Center of Switzerland' , [46.8132, 8.2242]), ('Zermatt', [46.11654, 7.445683])]
 customer_id = 235
@@ -50,3 +50,4 @@ thmap.travel_history_map(customer_id, location_list)
 # Destination
 dmap = SwissMap()
 dmap.destination_map(customer_id, location_list[0], location_list[1])
+"""
\ No newline at end of file