Skip to content

Commit

Permalink
Removed println
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed May 4, 2024
1 parent cf6346b commit 3c9a8c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ impl Deserializer {
}
}
_ => {
println!("OBJECT signed -> {:?}", self.obj);
Err(Error::ExpectedInteger)
}
}
Expand Down

0 comments on commit 3c9a8c4

Please sign in to comment.