diff --git a/src/store/modules/map.store.js b/src/store/modules/map.store.js
index 54a211db98965b3c5844ffcfe3b6d8074fa862b4..766ab39d9e3b08351979b6480ac1d7d9126b9338 100644
--- a/src/store/modules/map.store.js
+++ b/src/store/modules/map.store.js
@@ -118,8 +118,6 @@ const map = {
       // - if one basemap exists, check in the localstorage if one active basemap is set
       // - if no current active basemap, get the first index
       // - if not, load the default map and service options
-
-      // todo : create endpoints to get : 'baseMaps' ,'layers' ,'serviceMap' ,'optionsMap' 
       let layersToLoad = null;
       if (state.basemaps && state.basemaps.length > 0) {
         // Use active one if exists, otherwise index 0 (first basemap in the list)