Skip to content

Commit

Permalink
purge uncessary dumping
Browse files Browse the repository at this point in the history
Signed-off-by: noelwei <[email protected]>
  • Loading branch information
noel2004 committed Oct 7, 2024
1 parent a4f9490 commit 3e92fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/tests/batch_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ fn test_batch_prove_verify_after_chunk_tests() {
blob_bytes,
};

dump_chunk_protocol(&batch, &output_dir);
// dump_chunk_protocol(&batch, &output_dir);
let mut batch_prover = new_batch_prover(&params_map, &output_dir);
prove_and_verify_batch(&params_map, &output_dir, &mut batch_prover, batch);
}
Expand Down

0 comments on commit 3e92fa2

Please sign in to comment.