mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
LibGUI: Remove spammy debug message from ColumnsView
This commit is contained in:
parent
fd155193e7
commit
d66dab2d41
Notes:
sideshowbarker
2024-07-18 10:12:47 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/d66dab2d419
@ -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…
Reference in New Issue
Block a user