Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <christian.fries@eecc.de>
  • Loading branch information
F-Node-Karlsruhe committed Sep 15, 2023
1 parent 0ac1e08 commit 758d9f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/services/documentLoader/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ const dereferenceDID = async (url: string): Promise<any> => {
// if a verifcation method of the DID document is queried (not yet implemented in the official resolver)
if (verificationMethod && didDocument) {

if (url.startsWith('did:jwk')) console.log(didDocument)

const verificationMethodDoc: any | undefined = didDocument.verificationMethod.filter(function (method: any) {
return method.id === url || method.id === '#' + verificationMethod;
})[0];
Expand Down

0 comments on commit 758d9f7

Please sign in to comment.