Skip to content

Commit

Permalink
Delete debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeHahn committed Jul 6, 2023
1 parent d217017 commit 31051a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/payload/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ impl Serialize for Json {
let encoding = serde_json::to_string(&member)?;
let line_length = encoding.len() + 1; // add one for the newline

println!("[{max_bytes}] {line_length} {bytes_remaining}");
match bytes_remaining.checked_sub(line_length) {
Some(remainder) => {
writeln!(writer, "{encoding}")?;
Expand Down

0 comments on commit 31051a5

Please sign in to comment.