From ce8390efffbd93549b7100f3ca15c5c8fc64e6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Mon, 18 Sep 2023 08:35:54 -0400 Subject: [PATCH] misc: remove debug log Change-Id: Iadcbe96481a46fe7cb618d815756712360fd5287 --- src/fileutils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fileutils.cpp b/src/fileutils.cpp index 5bd0859..7ba5eb8 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()) -- GitLab