LibWeb: Remove commented-out dbgln
This is unrelated to the PR I'm working on, but keeps getting reformatted because clang-format wants comments to start with a space.
This commit is contained in:
parent
3492fbf9cf
commit
48a2239f60
Notes:
sideshowbarker
2024-07-18 04:52:28 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/48a2239f60e Pull-request: https://github.com/SerenityOS/serenity/pull/9725 Issue: https://github.com/SerenityOS/serenity/issues/8935 Reviewed-by: https://github.com/awesomekling
1 changed files with 0 additions and 1 deletions
|
@ -524,7 +524,6 @@ void Node::set_needs_style_update(bool value)
|
|||
|
||||
if (m_needs_style_update) {
|
||||
for (auto* ancestor = parent(); ancestor; ancestor = ancestor->parent()) {
|
||||
//dbgln("{}", ancestor->node_name());
|
||||
ancestor->m_child_needs_style_update = true;
|
||||
}
|
||||
document().schedule_style_update();
|
||||
|
|
Loading…
Add table
Reference in a new issue