Skip to content

Commit

Permalink
json_to_table/ Fix debug prinln!
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Nov 13, 2022
1 parent aad12c9 commit e451555
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions json_to_table/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,6 @@ mod json_to_table {
let is_last = is_last && i + 1 == map_length;
let width = width - max_keys_width;

println!("{:?}", value);

let mut value = json_to_table_r(
value,
config,
Expand Down

0 comments on commit e451555

Please sign in to comment.