remove println

This commit is contained in:
Maxim Zhiburt 2024-07-06 22:01:14 +03:00
parent 7998eb7e36
commit c0bcf61c9f

View File

@ -225,8 +225,6 @@ fn build_table(
return None; return None;
} }
eprintln!("... {widths:?} ...");
if cfg.with_header && cfg.with_footer { if cfg.with_header && cfg.with_footer {
duplicate_row(&mut data, 0); duplicate_row(&mut data, 0);
} }