mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:07:34 +00:00
FileManager: Remove "on activation" debug spam
This commit is contained in:
parent
355c2eef57
commit
ce66c40160
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void DirectoryView::handle_activation(GUI::ModelIndex const& index)
|
|||
{
|
||||
if (!index.is_valid())
|
||||
return;
|
||||
dbgln("on activation: {},{}, this={:p}, m_model={:p}", index.row(), index.column(), this, m_model.ptr());
|
||||
|
||||
auto& node = this->node(index);
|
||||
auto path = node.full_path();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue