Skip to content

Commit d0dd9d5

Browse files
authored
remove: leftover debug println (#979)
1 parent 7ce1cd2 commit d0dd9d5

File tree

1 file changed

+0
-1
lines changed
  • toolkit/smart-contracts/plutus-data/src

1 file changed

+0
-1
lines changed

toolkit/smart-contracts/plutus-data/src/bridge.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ impl VersionedDatum for TokenTransferDatum {
7676
}
7777

7878
fn decode_v1_token_transfer_datum(appendix: &PlutusData) -> Option<TokenTransferDatum> {
79-
println!(">> {appendix:?}");
8079
let constr = appendix.as_constr_plutus_data()?;
8180
let alternative = u64::from(constr.alternative());
8281
let data = constr.data();

0 commit comments

Comments
 (0)