diff --git a/src/app/map/components/map.component.ts b/src/app/map/components/map.component.ts
index 330ad40081c7c205a50543af957a194f5d9fa362..732c1c0b56aefb1e5cf9d0118e3c02583140ba92 100644
--- a/src/app/map/components/map.component.ts
+++ b/src/app/map/components/map.component.ts
@@ -159,7 +159,6 @@ export class MapComponent implements OnChanges {
 
   private initMDMLayer(): void {
     this.geoJsonService.getMDMGeoJson().subscribe((res) => {
-      console.log('test', res);
       res.forEach((mdm) => {
         this.mapService.createMDMMarker(mdm.geometry.getLon(), mdm.geometry.getLat()).addTo(this.map);
       });