Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Jan 9, 2025
1 parent d21015e commit d145dcb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export async function bruteForceNoteInfo(
let noteHash: Fr | undefined;
let uniqueNoteHash: Fr | undefined;
let innerNullifier: Fr | undefined;
console.log({ firstNullifier, txHash });

for (; noteHashIndex < uniqueNoteHashes.length; ++noteHashIndex) {
if (excludedIndices.has(noteHashIndex)) {
Expand Down

0 comments on commit d145dcb

Please sign in to comment.