LibWeb: Remove ancient HTML_DEBUG debug logging

This commit is contained in:
Andreas Kling 2020-11-19 22:21:16 +01:00
parent 6a569bbdd7
commit 10b534849d
Notes: sideshowbarker 2024-07-19 01:20:38 +09:00
6 changed files with 1 additions and 29 deletions

View file

@ -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)