Remove obsolete comments
Change-Id: I62fa18795f2f75a55609157c09866989ad9f22da
Showing
1 changed file
with
0 additions
and
9 deletions
| ... | @@ -275,13 +275,6 @@ public class IntentManager | ... | @@ -275,13 +275,6 @@ public class IntentManager |
| 275 | } | 275 | } |
| 276 | } | 276 | } |
| 277 | } | 277 | } |
| 278 | - | ||
| 279 | - //FIXME | ||
| 280 | -// for (ApplicationId appId : batches.keySet()) { | ||
| 281 | -// if (batchService.isLocalLeader(appId)) { | ||
| 282 | -// execute(batches.get(appId).build()); | ||
| 283 | -// } | ||
| 284 | -// } | ||
| 285 | } | 278 | } |
| 286 | 279 | ||
| 287 | // Topology change delegate | 280 | // Topology change delegate |
| ... | @@ -341,8 +334,6 @@ public class IntentManager | ... | @@ -341,8 +334,6 @@ public class IntentManager |
| 341 | // the batch has failed | 334 | // the batch has failed |
| 342 | // TODO: maybe we should do more? | 335 | // TODO: maybe we should do more? |
| 343 | log.error("Walk the plank, matey..."); | 336 | log.error("Walk the plank, matey..."); |
| 344 | - //FIXME | ||
| 345 | -// batchService.removeIntentOperations(data); | ||
| 346 | return null; | 337 | return null; |
| 347 | }).thenRun(accumulator::ready); | 338 | }).thenRun(accumulator::ready); |
| 348 | 339 | ... | ... |
-
Please register or login to post a comment