Skip to content

Commit

Permalink
Auto merge of #9836 - Ms2ger:print, r=nox
Browse files Browse the repository at this point in the history
Remove a stray println in table layout.

It was introduced in 4dc9d8b.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9836)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Mar 2, 2016
2 parents a8c321a + 0a9b62d commit de7c675
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/layout/table_row.rs
Expand Up @@ -828,7 +828,6 @@ fn perform_inline_direction_border_collapse_for_row(
child_table_cell: &mut TableCellFlow,
iterator: &mut Peekable<Enumerate<MutFlowListIterator>>,
preliminary_collapsed_borders: &mut CollapsedBordersForRow) {
println!(" perform_inline_direction_border_collapse_for_row");
let inline_collapsed_border = preliminary_collapsed_borders.inline.push_or_set(
child_index + 1,
CollapsedBorder::inline_end(&*child_table_cell.block_flow.fragment.style,
Expand Down

0 comments on commit de7c675

Please sign in to comment.