remove unused log

This commit is contained in:
taiyang-li 2021-12-28 10:17:16 +08:00
parent e7401d2a5e
commit 30ffa57bd5

View File

@ -1355,7 +1355,6 @@ void IMergeTreeDataPart::assertMetaCacheDropped(bool include_projection) const
} }
} }
} }
// LOG_WARNING(storage.log, "cache of file {} does't belong to any part", file);
} }
} }