diff --git a/reco/L1/L1Algo/L1InitManager.h b/reco/L1/L1Algo/L1InitManager.h
index d46295478cbbb1b2300e14ee694853cfc51255cd..e234f1dac975aaa03cc048457e5e020da5823671 100644
--- a/reco/L1/L1Algo/L1InitManager.h
+++ b/reco/L1/L1Algo/L1InitManager.h
@@ -67,6 +67,7 @@ public:
   }
 
 private:
+  // TODO: TEST IT!!!!!!!!!!!!!!!!!!!!!
   L1Vector<L1BaseStationInfo> fvStationsInfo {"L1InitManager::fvStationsInfo"};  ///< Vector containing all the stations
   // TODO: Max stations is probably not optimal for vector initialization. Must think, what to do here. 
   std::unordered_map<int, int> fmStationsNumber;  ///< Number of each station type <station type, counter>