From d3ce33486d0903a414cb923f061670863b939de0 Mon Sep 17 00:00:00 2001 From: goeiecool9999 <> Date: Wed, 7 Sep 2022 15:57:34 +0200 Subject: [PATCH] These --- src/Cafe/Filesystem/fscDeviceHostFS.cpp | 2 -- 1 file changed, 2 deletions(-) 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)) {