mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 15:44:45 +00:00
LibGUI: Remove debug spam in AbstractView::did_update_model()
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user