1
Fork 0
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:
Andreas Kling 2021-07-07 15:32:59 +02:00
parent fd155193e7
commit d66dab2d41

View file

@ -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 });