Skip to content

Commit

Permalink
remove mock proof
Browse files Browse the repository at this point in the history
  • Loading branch information
xgaozoyoe committed Dec 30, 2023
1 parent 58688b7 commit fa7bd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/exec.rs
Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@ pub fn exec_create_proof<Arg, Builder: HostEnvBuilder<Arg = Arg>>(

let (circuit, instances, _) = loader.circuit_with_witness(arg)?;

if true {
if false {
info!("Mock test...");
loader.mock_test(&circuit, &instances)?;
info!("Mock test passed");

0 comments on commit fa7bd85

Please sign in to comment.