Skip to content

Commit ce66c40

Browse files
en0memawesomekling
authored andcommitted
FileManager: Remove "on activation" debug spam
1 parent 355c2ee commit ce66c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Userland/Applications/FileManager/DirectoryView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void DirectoryView::handle_activation(GUI::ModelIndex const& index)
9494
{
9595
if (!index.is_valid())
9696
return;
97-
dbgln("on activation: {},{}, this={:p}, m_model={:p}", index.row(), index.column(), this, m_model.ptr());
97+
9898
auto& node = this->node(index);
9999
auto path = node.full_path();
100100

0 commit comments

Comments
 (0)