Skip to content

Commit 4764eb7

Browse files
committed
Remove dbg prints
1 parent 2e2d0f3 commit 4764eb7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

operator/mina/lib/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,11 @@ pub extern "C" fn verify_protocol_state_proof_ffi(
6868
return false;
6969
};
7070

71-
println!("checking hash");
7271
// check that protocol state hash is correct
7372
// TODO(xqft): this can be a batcher's pre-verification check (but don't remove it from here)
7473
if MinaHash::hash(&protocol_state) != protocol_state_hash {
7574
return false;
7675
}
77-
println!("hash checked");
7876

7977
// TODO(xqft): srs should be a static, but can't make it so because it doesn't have all its
8078
// parameters initialized.

0 commit comments

Comments
 (0)