mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Followup
This commit is contained in:
parent
a459f2e43d
commit
5a213c2396
@ -646,10 +646,6 @@ void LRUFileCache::remove(const Key & key)
|
||||
if (fs::exists(key_path))
|
||||
fs::remove(key_path);
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG_DEBUG(&Poco::Logger::get("DEBUG"), "SOME CELLS WERE SKIPPED");
|
||||
}
|
||||
}
|
||||
|
||||
void LRUFileCache::remove()
|
||||
|
Loading…
Reference in New Issue
Block a user