Remove debug logging

This commit is contained in:
Brian Anderson 2012-11-01 20:21:04 -07:00
parent 9638d3de82
commit 6563859e80

View file

@ -451,7 +451,6 @@ impl RenderBox : RenderBoxMethods {
if all_widths_equal {
let border_width = top_au;
error!("%? %?", top, border_width);
let bounds = Rect {
origin: Point2D {
x: abs_bounds.origin.x - border_width / Au(2),