This commit is contained in:
alesapin 2022-06-06 20:52:53 +02:00
parent a459f2e43d
commit 5a213c2396

View File

@ -646,10 +646,6 @@ void LRUFileCache::remove(const Key & key)
if (fs::exists(key_path)) if (fs::exists(key_path))
fs::remove(key_path); fs::remove(key_path);
} }
else
{
LOG_DEBUG(&Poco::Logger::get("DEBUG"), "SOME CELLS WERE SKIPPED");
}
} }
void LRUFileCache::remove() void LRUFileCache::remove()