diff --git a/yarn-project/pxe/src/note_decryption_utils/brute_force_note_info.ts b/yarn-project/pxe/src/note_decryption_utils/brute_force_note_info.ts index 42756d0cd9d..abbae919f82 100644 --- a/yarn-project/pxe/src/note_decryption_utils/brute_force_note_info.ts +++ b/yarn-project/pxe/src/note_decryption_utils/brute_force_note_info.ts @@ -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)) {