diff --git a/src/Cafe/Filesystem/fscDeviceHostFS.cpp b/src/Cafe/Filesystem/fscDeviceHostFS.cpp index 3624e3ad..214aa738 100644 --- a/src/Cafe/Filesystem/fscDeviceHostFS.cpp +++ b/src/Cafe/Filesystem/fscDeviceHostFS.cpp @@ -248,10 +248,8 @@ class fscDeviceHostFSC : public fscDeviceC { for (auto const &it : relPath) { found = false; - std::wcout << correctedPath << std::endl; for (auto const& dir_entry : std::filesystem::directory_iterator{correctedPath}) { - std::wcout << dir_entry << std::endl; std::filesystem::path entry_name = dir_entry.path().filename(); if (lowercase_path(entry_name) == lowercase_path(it)) {