Remove old TODO

This TODO was implemented long ago by DMTF.  Remove the comment.

Tested: Comment only.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I4b0fc7c6fefa316d1cf824711d542f17a6f1a682
diff --git a/redfish-core/lib/certificate_service.hpp b/redfish-core/lib/certificate_service.hpp
index 24c84eb..8a46964 100644
--- a/redfish-core/lib/certificate_service.hpp
+++ b/redfish-core/lib/certificate_service.hpp
@@ -42,11 +42,6 @@
  * are installed.
  */
 
-// TODO: Issue#61 No entries are available for Certificate
-// service at https://www.dmtf.org/standards/redfish
-// "redfish standard registries". Need to modify after DMTF
-// publish Privilege details for certificate service
-
 inline std::string getCertificateFromReqBody(
     const std::shared_ptr<bmcweb::AsyncResp>& asyncResp,
     const crow::Request& req)