mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 22:05:07 +00:00
Kernel: Remove spammy logging about absolute_path() on non-custodies
This commit is contained in:
parent
fb275c9442
commit
33e6cb8b80
1 changed files with 0 additions and 1 deletions
|
@ -219,7 +219,6 @@ String FileDescription::absolute_path() const
|
||||||
{
|
{
|
||||||
if (m_custody)
|
if (m_custody)
|
||||||
return m_custody->absolute_path();
|
return m_custody->absolute_path();
|
||||||
dbgprintf("FileDescription::absolute_path() for FD without custody, File type: %s\n", m_file->class_name());
|
|
||||||
return m_file->absolute_path(*this);
|
return m_file->absolute_path(*this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue