mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
LibGUI: Remove debug spam when resizing table columns
This commit is contained in:
@@ -269,7 +269,6 @@ void AbstractTableView::mousemove_event(MouseEvent& event)
|
||||
auto& column_data = this->column_data(m_resizing_column);
|
||||
if (column_data.width != new_width) {
|
||||
column_data.width = new_width;
|
||||
dbg() << "New column width: " << new_width;
|
||||
update_content_size();
|
||||
update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user