cleaning comments
This commit is contained in:
parent
ea4cfb8d4a
commit
2b22d38cce
1 changed files with 0 additions and 5 deletions
|
|
@ -85,11 +85,6 @@ fn column_layout(mut left_column: String, mut right_column: String) -> String {
|
|||
{
|
||||
left_column = format!("{}\n", left_column);
|
||||
}
|
||||
/* println!(
|
||||
"page: {}\nsidebar: {}",
|
||||
right_column.lines().count(),
|
||||
left_column.lines().count()
|
||||
); */
|
||||
let cli_columns: Vec<String> = left_column
|
||||
.lines()
|
||||
.zip(right_column.lines())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue