Remove stray log.

This commit is contained in:
Kishore Nallan 2024-02-07 18:25:27 +05:30
parent a94062481f
commit 062d9c1cee

View File

@ -1861,7 +1861,6 @@ void filter_result_iterator_t::compute_string_components() {
if (filter_node == nullptr) {
validity = invalid;
is_filter_result_initialized = false;
LOG(ERROR) << "filter_node is null";
return;
}