diff --git a/library/modules/Filesystem.cpp b/library/modules/Filesystem.cpp index be1668bcc..4d15400d9 100644 --- a/library/modules/Filesystem.cpp +++ b/library/modules/Filesystem.cpp @@ -130,7 +130,6 @@ _filetype DFHack::Filesystem::filetype (std::string path) { STAT_STRUCT info; DFHack::Filesystem::stat(path, info); - std::cout << info.st_mode << std::endl; return mode2type(info.st_mode); }