mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
LibWeb: Don't include object addresses in layout tree dumps
I've used this feature less than 3 times, and it's trivial to hack back in if/when needed. Let's stop cluttering the layout tree dumps.
This commit is contained in:
parent
c8b1124e68
commit
5fbe245406
Notes:
sideshowbarker
2024-07-17 04:49:48 +09:00
Author: https://github.com/awesomekling
Commit: 5fbe245406
1 changed files with 0 additions and 3 deletions
|
@ -165,9 +165,6 @@ void dump_tree(StringBuilder& builder, Layout::Node const& layout_node, bool sho
|
||||||
color_off,
|
color_off,
|
||||||
identifier.characters());
|
identifier.characters());
|
||||||
|
|
||||||
if (interactive)
|
|
||||||
builder.appendff("@{:p} ", &layout_node);
|
|
||||||
|
|
||||||
if (auto const* paint_box = box.paint_box()) {
|
if (auto const* paint_box = box.paint_box()) {
|
||||||
builder.appendff("at ({},{}) content-size {}x{}",
|
builder.appendff("at ({},{}) content-size {}x{}",
|
||||||
paint_box->absolute_x(),
|
paint_box->absolute_x(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue