File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ mod verifier;
88use verifier:: dump_verifier;
99
1010fn write_commitments ( commitments : [ [ u32 ; 8 ] ; 2 ] , output : & str ) {
11- println ! ( "write_commitments {}: {:?}" , output, commitments) ;
1211 let content = format ! (
1312 "//! Generated by crates/build-guest. DO NOT OVERWRITE!\n \n pub const EXE_COMMIT: [u32; 8] = {:?};\n pub const LEAF_COMMIT: [u32; 8] = {:?};\n " ,
1413 commitments[ 0 ] , commitments[ 1 ] ,
@@ -36,7 +35,6 @@ pub fn main() {
3635 let ( _, _, chunk_commitments) =
3736 scroll_zkvm_prover:: Prover :: < ChunkProverType > :: init ( chunk_exe_path, chunk_config_path)
3837 . unwrap ( ) ;
39- println ! ( "chunk_commitments: {:?}" , chunk_commitments) ;
4038 write_commitments (
4139 chunk_commitments,
4240 format ! ( "{workspace_dir}/crates/circuits/batch-circuit/src/child_commitments.rs" ) . as_str ( ) ,
You can’t perform that action at this time.
0 commit comments