diff --git a/src/app/pages/simulation-wizard/results-map/results-map.component.ts b/src/app/pages/simulation-wizard/results-map/results-map.component.ts
index 42aaa2cd737b9ce7cc9320f501c18f0c26c97a85..b6f6fa16baf3c8bad7aff30db00ae59d9476a5eb 100644
--- a/src/app/pages/simulation-wizard/results-map/results-map.component.ts
+++ b/src/app/pages/simulation-wizard/results-map/results-map.component.ts
@@ -74,34 +74,34 @@ export class ResultsMapComponent implements OnInit, OnChanges {
         this.setMapPositionAndZoom(res);
       });
     }, 50);
-    setTimeout(() => {
-      console.log(
-        "%cTemporary",
-        "background: peru; font-weight: bold; color: black; font-family: serif; padding: 0 10px;"
-      );
-      const celkomplet: HTMLElement = document.querySelectorAll(
-        ".buttons"
-      )[0] as HTMLElement;
-      celkomplet.style.display = "none";
-    }, 825);
-    setTimeout(() => {
-      const celkomplet1: HTMLElement = document.querySelectorAll(
-        ".appearance-filled.size-medium.shape-rectangle.status-primary.ng-star-inserted.nb-transition"
-      )[1] as HTMLElement;
-      celkomplet1.click();
-    }, 1000);
-    setTimeout(() => {
-      const celkomplet2: HTMLElement = document.querySelectorAll(
-        "#loadGeojsonButtonsContainer button"
-      )[1] as HTMLElement;
-      celkomplet2.click();
-    }, 1050);
-    setTimeout(() => {
-      const celkomplet3: HTMLElement = document.querySelectorAll(
-        ".leaflet-control-layers-selector"
-      )[8] as HTMLElement;
-      celkomplet3.click();
-    }, 2228);
+    // setTimeout(() => {
+    //   console.log(
+    //     "%cTemporary",
+    //     "background: peru; font-weight: bold; color: black; font-family: serif; padding: 0 10px;"
+    //   );
+    //   const celkomplet: HTMLElement = document.querySelectorAll(
+    //     ".buttons"
+    //   )[0] as HTMLElement;
+    //   celkomplet.style.display = "none";
+    // }, 825);
+    // setTimeout(() => {
+    //   const celkomplet1: HTMLElement = document.querySelectorAll(
+    //     ".appearance-filled.size-medium.shape-rectangle.status-primary.ng-star-inserted.nb-transition"
+    //   )[1] as HTMLElement;
+    //   celkomplet1.click();
+    // }, 1000);
+    // setTimeout(() => {
+    //   const celkomplet2: HTMLElement = document.querySelectorAll(
+    //     "#loadGeojsonButtonsContainer button"
+    //   )[1] as HTMLElement;
+    //   celkomplet2.click();
+    // }, 1050);
+    // setTimeout(() => {
+    //   const celkomplet3: HTMLElement = document.querySelectorAll(
+    //     ".leaflet-control-layers-selector"
+    //   )[8] as HTMLElement;
+    //   celkomplet3.click();
+    // }, 2228);
   }
 
   onLoadClick(selectedKpi: string) {