diff --git a/src/Functions/array/arrayElement.cpp b/src/Functions/array/arrayElement.cpp index 9fb4e044cd3..a94a640958b 100644 --- a/src/Functions/array/arrayElement.cpp +++ b/src/Functions/array/arrayElement.cpp @@ -868,8 +868,6 @@ bool FunctionArrayElement::matchKeyToIndexNumberConst( const IColumn & data, const Offsets & offsets, const Field & index, PaddedPODArray & matched_idxs) { - std::cerr << "index type: " << index.getTypeName() << "\n"; - std::cerr << "index: " << toString(index) << "\n"; const auto * data_numeric = checkAndGetColumn>(&data); if (!data_numeric) return false;