mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
FileManager: Remove "on activation" debug spam
This commit is contained in:
parent
355c2eef57
commit
ce66c40160
Notes:
sideshowbarker
2024-07-18 05:16:07 +09:00
Author: https://github.com/SeekingBlues Commit: https://github.com/SerenityOS/serenity/commit/ce66c40160a Pull-request: https://github.com/SerenityOS/serenity/pull/9341
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
Reference in a new issue