Fixed debug message

This commit is contained in:
Maksim Kita 2021-09-23 12:13:01 +03:00
parent ebbefd49c3
commit d9e265df2c

View File

@ -265,8 +265,6 @@ bool MergeTreeConditionFullText::alwaysUnknownOrTrue() const
bool MergeTreeConditionFullText::mayBeTrueOnGranule(MergeTreeIndexGranulePtr idx_granule) const
{
std::cerr << "MergeTreeConditionFullText::mayBeTrueOnGranule" << std::endl;
std::shared_ptr<MergeTreeIndexGranuleFullText> granule
= std::dynamic_pointer_cast<MergeTreeIndexGranuleFullText>(idx_granule);
if (!granule)