diff --git a/script/provider.py b/script/provider.py index 564bcd0..0bcc816 100755 --- a/script/provider.py +++ b/script/provider.py @@ -142,7 +142,6 @@ class MessageWriter: self.write_str(value) def get_bytes(self): - print(self.buffer) return bytearray(self.buffer) diff --git a/src/webfuse/filesystem.cpp b/src/webfuse/filesystem.cpp index d895aac..a8517fa 100644 --- a/src/webfuse/filesystem.cpp +++ b/src/webfuse/filesystem.cpp @@ -47,7 +47,6 @@ int filesystem::getattr(std::string const & path, struct stat * attr) } catch(...) { - puts("getattr: failed"); return fallback.getattr(path, attr); } }