Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Jun 13, 2024
1 parent a6867de commit 3de86a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-client/src/utils/stark/starkCurve.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint-disable spaced-comment */
/* eslint-disable no-console */
import { track } from '@imtbl/metrics';
import { Signer } from '@ethersproject/abstract-signer';
import { splitSignature } from '@ethersproject/bytes';
Expand Down Expand Up @@ -192,7 +193,6 @@ async function getKeyFromPath(
if (!checkIfHashedKeyIsAboveLimit(privateKeySeed)) {
return starkPrivateKey;
}
// eslint-disable-next-line no-else-return
console.log('checkIfHashedKeyIsAboveLimit', true);
track('starkCurve', 'checkIfHashedKeyIsAboveLimit', { checkIfHashedKeyIsAboveLimit: true });

Expand Down

0 comments on commit 3de86a9

Please sign in to comment.