diff --git a/src/fileutils.cpp b/src/fileutils.cpp index 5bd085930188c530018bd5a4ee073d0dcedf5454..7ba5eb855dc7f4265f1b07bf2f43d254d59386ca 100644 --- a/src/fileutils.cpp +++ b/src/fileutils.cpp @@ -64,7 +64,6 @@ namespace fileutils { bool check_dir(const std::filesystem::path& path, mode_t dirmode, mode_t parentmode) { - fmt::print("check_dir: {}\n", path.string()); if (std::filesystem::exists(path)) return true; if (path.has_parent_path())