Removed remaining debugging comment

This commit is contained in:
evomarc 2001-05-18 03:59:22 +00:00
commit 0286faed1b

View file

@ -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;