mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Make layout_thread debug logs less verbose
This commit is contained in:
parent
87005a0df3
commit
8eecefe4c8
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ impl LayoutThread {
|
|||
|
||||
debug!("layout: processing reflow request for: {:?} ({}) (query={:?})",
|
||||
element, self.url, data.query_type);
|
||||
debug!("{:?}", ShowSubtree(element.as_node()));
|
||||
trace!("{:?}", ShowSubtree(element.as_node()));
|
||||
|
||||
let initial_viewport = data.window_size.initial_viewport;
|
||||
let old_viewport_size = self.viewport_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue