mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00
LibGUI: Remove spammy debug message from ColumnsView
This commit is contained in:
parent
fd155193e7
commit
d66dab2d41
1 changed files with 0 additions and 1 deletions
|
@ -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 });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue