Skip to content

Commit 836ce51

Browse files
committed
Remove pub input len log
1 parent ccbe588 commit 836ce51

File tree

1 file changed

+0
-1
lines changed
  • operator/mina_account/lib/src

1 file changed

+0
-1
lines changed

operator/mina_account/lib/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ pub fn verify_account_inclusion(proof_bytes: &[u8], pub_input_bytes: &[u8]) -> b
6161
return false;
6262
}
6363
};
64-
error!("pub input len: {}", pub_input_bytes.len());
6564
let MinaAccountPubInputs {
6665
ledger_hash,
6766
encoded_account,

0 commit comments

Comments
 (0)