mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
disable this warning its annoying
This commit is contained in:
parent
9b07484e09
commit
a49e230d63
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue