diff --git a/inc/Services/ParameterService.hpp b/inc/Services/ParameterService.hpp
index 49a591b837ac8cb748d4a37ee7e95e245000f20d..36243d45fddaea7536e133b19671a23678f1672e 100644
--- a/inc/Services/ParameterService.hpp
+++ b/inc/Services/ParameterService.hpp
@@ -9,8 +9,6 @@
 
 // Number of stored parameters. MAX_PARAMS is just a dummy number for now.
 #define MAX_PARAMS 5
-// TODO: 3) Write more and better tests
-// TODO: 4) Make sure that docs are up to date
 
 /**
  * Implementation of the ST[20] parameter management service,
diff --git a/test/Services/ParameterService.cpp b/test/Services/ParameterService.cpp
index 25188e30e91887015ebac16f81d72aafd31accef..c7b3c267535383768cf33726a13c601150731193 100644
--- a/test/Services/ParameterService.cpp
+++ b/test/Services/ParameterService.cpp
@@ -9,11 +9,6 @@ void foo(ValueType* bar) {  // sample function
 	*bar = 0xDEADBEEF;
 }
 
-/* test ideas:
-*
-*
-*/
-
 TEST_CASE("Parameter Service - General") {
 	SECTION("Addition to full map") {