mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #533 : pcwalton/servo/slow-debug-code, r=metajack
r? @metajack
This commit is contained in:
commit
9f34278931
1 changed files with 0 additions and 1 deletions
|
@ -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| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue