Skip to content

Commit 0f3b5ef

Browse files
authored
Remove proof printing (#694)
1 parent 4844743 commit 0f3b5ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

provers/cairo/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ fn write_proof(
214214
bytes.extend(proof_bytes);
215215
bytes.extend(pub_inputs_bytes);
216216

217-
println!("PROOF: {:?}", bytes);
218-
219217
let Ok(()) = std::fs::write(&proof_path, bytes) else {
220218
eprintln!("Error writing proof to file: {}", &proof_path);
221219
return;

0 commit comments

Comments
 (0)