disable this warning its annoying

This commit is contained in:
matcool 2024-01-18 19:46:14 -03:00
parent 9b07484e09
commit a49e230d63

View file

@ -425,7 +425,7 @@ void Index::Impl::updateFromLocalTree() {
auto addRes = IndexItem::Impl::create(rootDir, dir); auto addRes = IndexItem::Impl::create(rootDir, dir);
if (!addRes) { 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; continue;
} }
auto add = addRes.unwrap(); auto add = addRes.unwrap();