mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove slow debug code from box.rs.
This commit is contained in:
parent
8f32094d73
commit
0371ea78e3
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