misc: remove debug log

Change-Id: Iadcbe96481a46fe7cb618d815756712360fd5287
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 @@
 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())