Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jul 31, 2024
1 parent 3e1a837 commit 4ecafa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,8 @@ pub mod tests {
let prover: SP1Prover<C> = SP1Prover::<C>::new();
let context = SP1Context::default();

// tracing::info!("setup elf");
// let (pk, vk) = prover.setup(elf);
tracing::info!("setup elf");
let (pk, vk) = prover.setup(elf);

// tracing::info!("prove core");
// let stdin = SP1Stdin::new();
Expand Down

0 comments on commit 4ecafa6

Please sign in to comment.