Skip to content

Commit 396189a

Browse files
committed
Remove unncessary println
1 parent f38b13f commit 396189a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli-table/src/table.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ impl TableStruct {
8888
}
8989
}
9090

91-
println!("heights: {:?}, widths: {:?}", heights, widths);
92-
9391
Dimension { widths, heights }
9492
}
9593

0 commit comments

Comments
 (0)