Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Sep 26, 2023
1 parent 9716292 commit 345bba1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/torii/client/src/contract/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ pub fn unpack<P: Provider>(
}

fn parse_ty<P: Provider>(data: &[FieldElement]) -> Result<Ty, ComponentError<P::Error>> {
println!("{:#?}", data);
let member_type: u8 = data[0].try_into().unwrap();
match member_type {
0 => parse_simple::<P>(&data[1..]),
Expand Down

0 comments on commit 345bba1

Please sign in to comment.