Cleaning up some todos.
diff --git a/component-test/src/main/java/io/mifos/portfolio/TestCommands.java b/component-test/src/main/java/io/mifos/portfolio/TestCommands.java
index 963f499..e2e9122 100644
--- a/component-test/src/main/java/io/mifos/portfolio/TestCommands.java
+++ b/component-test/src/main/java/io/mifos/portfolio/TestCommands.java
@@ -149,6 +149,4 @@
     return event.getProductIdentifier().equals(productIdentifier) &&
             event.getCaseIdentifier().equals(caseIdentifier);
   }
-
-  //TODO: Missing test for getExecutedCommandForCase.
 }
\ No newline at end of file
diff --git a/service/src/main/java/io/mifos/portfolio/service/internal/command/handler/CaseCommandHandler.java b/service/src/main/java/io/mifos/portfolio/service/internal/command/handler/CaseCommandHandler.java
index 3a45289..eabd4b4 100644
--- a/service/src/main/java/io/mifos/portfolio/service/internal/command/handler/CaseCommandHandler.java
+++ b/service/src/main/java/io/mifos/portfolio/service/internal/command/handler/CaseCommandHandler.java
@@ -60,7 +60,6 @@
   public CaseEvent process(final CreateCaseCommand createCaseCommand) {
     //TODO: Check that all designators are assigned to existing accounts.
     //TODO: Create accounts if necessary.
-    //TODO: save parameters into their own table.
 
     final Case caseInstance = createCaseCommand.getCase();