mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
layout: Remove some more debug stuff
This commit is contained in:
parent
afb8f9493b
commit
127a6ba191
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ impl Layout {
|
|||
BuildMsg(node, styles, doc_url, to_content, window_size) => {
|
||||
debug!("layout: received layout request for: %s", doc_url.to_str());
|
||||
debug!("layout: parsed Node tree");
|
||||
node.dump();
|
||||
//node.dump();
|
||||
|
||||
let screen_size = Size2D(au::from_px(window_size.width as int),
|
||||
au::from_px(window_size.height as int));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue