diff --git a/loader/src/loader/Index.cpp b/loader/src/loader/Index.cpp index 51937493..ffc45f49 100644 --- a/loader/src/loader/Index.cpp +++ b/loader/src/loader/Index.cpp @@ -425,7 +425,7 @@ void Index::Impl::updateFromLocalTree() { auto addRes = IndexItem::Impl::create(rootDir, dir); if (!addRes) { - log::warn("Unable to add index item from {}: {}", dir, addRes.unwrapErr()); + // log::warn("Unable to add index item from {}: {}", dir, addRes.unwrapErr()); continue; } auto add = addRes.unwrap();