mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:17: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())
|
if (!index.is_valid())
|
||||||
return;
|
return;
|
||||||
dbgln("on activation: {},{}, this={:p}, m_model={:p}", index.row(), index.column(), this, m_model.ptr());
|
|
||||||
auto& node = this->node(index);
|
auto& node = this->node(index);
|
||||||
auto path = node.full_path();
|
auto path = node.full_path();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue