Sho SHIMIZU

Remove comment that is obsolete

Change-Id: I93a419f4d75ff85dd148822fda3e50055ec99150
...@@ -649,7 +649,6 @@ public class IntentManager ...@@ -649,7 +649,6 @@ public class IntentManager
649 @Override 649 @Override
650 public Optional<IntentUpdate> execute() { 650 public Optional<IntentUpdate> execute() {
651 Exception exception = null; 651 Exception exception = null;
652 - // Indicate that the intent is entering the installing phase.
653 652
654 List<FlowRuleBatchOperation> batches = Lists.newArrayList(); 653 List<FlowRuleBatchOperation> batches = Lists.newArrayList();
655 for (Intent installable : installables) { 654 for (Intent installable : installables) {
......