mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
removed debug output
This commit is contained in:
@@ -47,7 +47,6 @@ int filesystem::getattr(std::string const & path, struct stat * attr)
|
||||
}
|
||||
catch(...)
|
||||
{
|
||||
puts("getattr: failed");
|
||||
return fallback.getattr(path, attr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user