Skip to content

Commit

Permalink
fix: remove unnecessary logs
Browse files Browse the repository at this point in the history
Signed-off-by: eum602 <[email protected]>
  • Loading branch information
eum602 committed Oct 17, 2023
1 parent d093727 commit 06f0ee6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lacpass-client",
"version": "0.0.10",
"version": "0.0.11",
"description": "Rest api for lacpass Client",
"license": "MIT",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,6 @@ export class VerifiableCredentialService {
// eslint-disable-next-line max-len
this.hex.decode(CHAIN_ID.replace('0x', ''), 'hex') // the same as Buffer.from(evenHexWithout0x, 'hex')
];
console.log('payload without checksum', payload);
payload.push(this.checksum(payload));
return this.base58.encode(Buffer.concat(payload));
}
Expand Down

0 comments on commit 06f0ee6

Please sign in to comment.