Remove done TODO

This TODO is complete, remote it.

Change-Id: Ifb775aa932bf54e790ff60352611a716f2d7fb02
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/server-control/controllers/power-operations-controller.js b/app/server-control/controllers/power-operations-controller.js
index cbc2df0..c82d36f 100644
--- a/app/server-control/controllers/power-operations-controller.js
+++ b/app/server-control/controllers/power-operations-controller.js
@@ -26,8 +26,6 @@
       var pollChassisStatusTimer = undefined;
       var pollStartTime = null;
 
-      //@TODO: call api and get proper state
-
       APIUtils.getLastPowerTime()
           .then(
               function(data) {