Skip to content
Snippets Groups Projects
Commit ce8390ef authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

misc: remove debug log

Change-Id: Iadcbe96481a46fe7cb618d815756712360fd5287
parent 5792825a
Branches
No related tags found
No related merge requests found
......@@ -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())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment