Removed remaining debugging comment
This commit is contained in:
parent
17dc4f9d10
commit
0286faed1b
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue