diff --git a/fuse/Fuse.cpp b/fuse/Fuse.cpp index d4a11d94..9b3e7f61 100644 --- a/fuse/Fuse.cpp +++ b/fuse/Fuse.cpp @@ -482,7 +482,6 @@ int Fuse::readdir(const bf::path &path, void *buf, fuse_fill_dir_t filler, off_t } else if (entry.type == Dir::EntryType::FILE) { stbuf.st_mode = S_IFREG; } else if (entry.type == Dir::EntryType::SYMLINK) { - printf("readdir:symlink\n"); stbuf.st_mode = S_IFLNK; } else { assert(false);