Remove obsolete comments

Change-Id: I62fa18795f2f75a55609157c09866989ad9f22da
diff --git a/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java b/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java
index 0fe20f3..ba822e2 100644
--- a/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java
+++ b/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java
@@ -275,13 +275,6 @@
                 }
             }
         }
-
-        //FIXME
-//        for (ApplicationId appId : batches.keySet()) {
-//            if (batchService.isLocalLeader(appId)) {
-//                execute(batches.get(appId).build());
-//            }
-//        }
     }
 
     // Topology change delegate
@@ -341,8 +334,6 @@
                 // the batch has failed
                 // TODO: maybe we should do more?
                 log.error("Walk the plank, matey...");
-                //FIXME
-//            batchService.removeIntentOperations(data);
                 return null;
             }).thenRun(accumulator::ready);