Skip to content

Commit 3491d50

Browse files
committed
chore: cleanup
1 parent 117f4c5 commit 3491d50

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/runners/cairoRunner.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ export class CairoRunner {
256256
}
257257
}
258258

259-
console.log('steps: ', this.vm.currentStep);
260259
if (isProofMode || relocate) this.vm.relocate(offset);
261260
}
262261

@@ -434,9 +433,6 @@ export class CairoRunner {
434433
default:
435434
const minStep = ratio * cellsPerInstance;
436435
if (this.vm.currentStep < minStep) {
437-
// console.log(
438-
// `PROOF MODE (${builtin}): minimum steps (${minStep}) not reached yet: ${this.vm.currentStep} steps`
439-
// );
440436
return { size, capacity: MISSING_STEPS_CAPACITY };
441437
}
442438
capacity = (this.vm.currentStep / ratio) * cellsPerInstance;

0 commit comments

Comments
 (0)