Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Aug 7, 2024
1 parent ede2a08 commit 8a6a1e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/runners/cairoRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ export class CairoRunner {
}
}

console.log('steps: ', this.vm.currentStep);
if (isProofMode || relocate) this.vm.relocate(offset);
}

Expand Down Expand Up @@ -434,9 +433,6 @@ export class CairoRunner {
default:
const minStep = ratio * cellsPerInstance;
if (this.vm.currentStep < minStep) {
// console.log(
// `PROOF MODE (${builtin}): minimum steps (${minStep}) not reached yet: ${this.vm.currentStep} steps`
// );
return { size, capacity: MISSING_STEPS_CAPACITY };
}
capacity = (this.vm.currentStep / ratio) * cellsPerInstance;
Expand Down

0 comments on commit 8a6a1e6

Please sign in to comment.