Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Jan 5, 2022
1 parent e693c05 commit 62c0338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ where
}
}
};
println!("{:?}", inner.type_def());
match inner.type_def() {
TypeDef::Primitive(primitive) => decode_compact_primitive(primitive),
TypeDef::Composite(composite) => {
Expand Down

0 comments on commit 62c0338

Please sign in to comment.