mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -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);
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue