diff --git a/libs/askar/src/askar/agent.service.ts b/libs/askar/src/askar/agent.service.ts
index d03a7226af0f1782e8f513fccc6243526392b396..a7d8e77f1baa06a9c69369d9dd8bef4826995cff 100644
--- a/libs/askar/src/askar/agent.service.ts
+++ b/libs/askar/src/askar/agent.service.ts
@@ -425,7 +425,6 @@ export class AgentService {
       return this.acceptOobProof(acceptProofDto.proofUrl);
     }
     return this.acceptConnectionProof(acceptProofDto.proofRecordId);
-    // TODO: map to internal dto
   };
 
   acceptOobProof = async (url: string) => {
@@ -493,7 +492,6 @@ export class AgentService {
 
   resolve = async (did: string) => {
     return this.askar.agent.dids.resolve(did);
-    // TODO: map to internal dto
   };
 
   sendMessage = async (message: MakeBasicMessageRequestDto) => {