Skip to content

Commit

Permalink
Remove debug statement form hot code
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
  • Loading branch information
Licenser committed Oct 19, 2023
1 parent cc28cb8 commit 9e68639
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stage2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ impl<'de> Deserializer<'de> {
unsafe {
res.set_len(r_i);
};
dbg!();
return Err(Error::new_c(
idx,
c as char,
Expand Down

0 comments on commit 9e68639

Please sign in to comment.