mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 22:34:59 +00:00
LibWeb: Remove ancient HTML_DEBUG debug logging
This commit is contained in:
parent
6a569bbdd7
commit
10b534849d
6 changed files with 1 additions and 29 deletions
|
@ -249,11 +249,6 @@ void InProcessWebView::layout_and_sync_size()
|
|||
}
|
||||
|
||||
page().main_frame().set_viewport_rect(viewport_rect_in_content_coordinates());
|
||||
|
||||
#ifdef HTML_DEBUG
|
||||
dbgprintf("\033[33;1mLayout tree after layout:\033[0m\n");
|
||||
::dump_tree(*layout_root());
|
||||
#endif
|
||||
}
|
||||
|
||||
void InProcessWebView::resize_event(GUI::ResizeEvent& event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue