Skip to content

Commit

Permalink
fix: remove unnecessary console.log (#11810)
Browse files Browse the repository at this point in the history
Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.
  • Loading branch information
saleel authored Feb 7, 2025
1 parent 48dc491 commit 8a320bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion barretenberg/ts/src/barretenberg_api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ export class BarretenbergApi {
}

async acirProveUltraKeccakHonk(acirVec: Uint8Array, recursive: boolean, witnessVec: Uint8Array): Promise<Uint8Array> {
console.log('acirProveUltraKeccakHonk in');
const inArgs = [acirVec, recursive, witnessVec].map(serializeBufferable);
const outTypes: OutputType[] = [BufferDeserializer()];
const result = await this.wasm.callWasmExport(
Expand Down

0 comments on commit 8a320bf

Please sign in to comment.