mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-13 19:25:28 +00:00
LibGUI: Remove spammy debug message from ColumnsView
This commit is contained in:
@@ -258,7 +258,6 @@ void ColumnsView::model_did_update(unsigned flags)
|
||||
AbstractView::model_did_update(flags);
|
||||
|
||||
// FIXME: Don't drop the columns on minor updates.
|
||||
dbgln("Model was updated; dropping columns :(");
|
||||
m_columns.clear();
|
||||
m_columns.append({ {}, 0 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user