mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
LibGUI: Remove debug spam in AbstractView::did_update_model()
This commit is contained in:
parent
8e4751a963
commit
5390d53a80
Notes:
sideshowbarker
2024-07-19 07:41:19 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/5390d53a808
1 changed files with 0 additions and 3 deletions
|
@ -64,9 +64,6 @@ void AbstractView::did_update_model(unsigned flags)
|
|||
stop_editing();
|
||||
m_edit_index = {};
|
||||
m_hovered_index = {};
|
||||
|
||||
dbg() << "did_update_model, flags=" << flags;
|
||||
dump_backtrace();
|
||||
if (!model() || (flags & GUI::Model::InvalidateAllIndexes)) {
|
||||
selection().clear();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue