auto merge of #533 : pcwalton/servo/slow-debug-code, r=metajack

r? @metajack
This commit is contained in:
bors-servo 2013-06-21 13:36:24 -07:00
commit 9f34278931

View file

@ -715,7 +715,6 @@ pub impl RenderBox {
let my_style = self.nearest_ancestor_element().style();
debug!("(font style) start: %?", self.nearest_ancestor_element().type_id());
self.dump();
// FIXME: Too much allocation here.
let font_families = do my_style.font_family().map |family| {