diff --git a/eo/src/utils/eoRealBounds.cpp b/eo/src/utils/eoRealBounds.cpp index 53d78801..5734c6f5 100644 --- a/eo/src/utils/eoRealBounds.cpp +++ b/eo/src/utils/eoRealBounds.cpp @@ -81,7 +81,6 @@ void eoRealVectorBounds::readFrom(std::string _value) break; // look for opening char size_t posDeb = _value.find_first_of("[("); - cout << posDeb << endl; if (posDeb >= _value.size()) // nothing left to read (though probably a syntax error there) { break;