Skip to content

Commit

Permalink
Remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
ZagButNoZig committed Feb 4, 2024
1 parent 38fb44d commit 5d1af57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/serialize/column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,6 @@ mod tests {

let serialized = String::from_utf8(serializer.into_inner()).expect("Could not read string");

println!("{}", serialized);
let mut deserializer = serde_json::Deserializer::from_str(&serialized);

let mut second_world = deserialize(&mut context, &mut deserializer).expect("Could not deserialize");
Expand Down

0 comments on commit 5d1af57

Please sign in to comment.