mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
removed debug output
This commit is contained in:
parent
c78acee4a2
commit
6f6555cc90
@ -142,7 +142,6 @@ class MessageWriter:
|
||||
self.write_str(value)
|
||||
|
||||
def get_bytes(self):
|
||||
print(self.buffer)
|
||||
return bytearray(self.buffer)
|
||||
|
||||
|
||||
|
@ -47,7 +47,6 @@ int filesystem::getattr(std::string const & path, struct stat * attr)
|
||||
}
|
||||
catch(...)
|
||||
{
|
||||
puts("getattr: failed");
|
||||
return fallback.getattr(path, attr);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user