Removed debug output

This commit is contained in:
Sebastian Meßmer 2015-04-23 09:25:04 +02:00
parent 4a1166cfd2
commit 2726241a1c

View File

@ -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);