We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede2a08 commit 8a6a1e6Copy full SHA for 8a6a1e6
src/runners/cairoRunner.ts
@@ -256,7 +256,6 @@ export class CairoRunner {
256
}
257
258
259
- console.log('steps: ', this.vm.currentStep);
260
if (isProofMode || relocate) this.vm.relocate(offset);
261
262
@@ -434,9 +433,6 @@ export class CairoRunner {
434
433
default:
435
const minStep = ratio * cellsPerInstance;
436
if (this.vm.currentStep < minStep) {
437
- // console.log(
438
- // `PROOF MODE (${builtin}): minimum steps (${minStep}) not reached yet: ${this.vm.currentStep} steps`
439
- // );
440
return { size, capacity: MISSING_STEPS_CAPACITY };
441
442
capacity = (this.vm.currentStep / ratio) * cellsPerInstance;
0 commit comments