Skip to content

Commit

Permalink
chore: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline committed Dec 4, 2023
1 parent 9b3dfe1 commit bb733fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions misc/identity-keys/src/identity-keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ export class IdentityKeys implements IIdentityKeys {
throw new Error(`Provided an invalid signature. Expected a string but got: ${signature}`);
}

console.log("Registering with signature", signature);

const signatureValid = await verifyMessage({
address: accountId.split(":").pop() as `0x${string}`,
message,
Expand Down

0 comments on commit bb733fb

Please sign in to comment.