Remove stray println

This commit is contained in:
Jonathan Turner 2019-08-16 17:56:23 +12:00
parent eb6e24c220
commit ffd60bb3af

View File

@ -116,7 +116,6 @@ impl TableView {
} else { } else {
max_column_width max_column_width
}; };
println!("{}", max_column_width);
headers[head] = fill(&headers[head], max_column_width); headers[head] = fill(&headers[head], max_column_width);
for row in 0..entries.len() { for row in 0..entries.len() {
entries[row][head] = fill(&entries[row][head], max_column_width); entries[row][head] = fill(&entries[row][head], max_column_width);