Skip to content

Commit

Permalink
chore: rollback changed file
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Aug 18, 2023
1 parent 77607b9 commit 6c44708
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/prism-agent/Agent.Credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,6 @@ export class AgentCredentials implements AgentCredentialsClass {
throw new Error("DID not found");
}

console.info("Prism Private Key:", prismPrivateKey);
console.info("Prism Private Key Value:", prismPrivateKey.value);
console.info("Buffered:", Buffer.from(prismPrivateKey.value).toString());

const signedJWT = await jwt.sign(
didInfo.did,
base64url.baseDecode(Buffer.from(prismPrivateKey.value).toString()),
Expand Down

0 comments on commit 6c44708

Please sign in to comment.