mirror of https://github.com/CGAL/cgal
Comment cerr in OBJ_reader
This commit is contained in:
parent
9315c9cb79
commit
8feb0cbfef
|
|
@ -54,7 +54,7 @@ read_OBJ( std::istream& input,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::cerr<<"ERROR : Cannnot read line beginning with "<<line[0]<<std::endl;
|
//std::cerr<<"ERROR : Cannnot read line beginning with "<<line[0]<<std::endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue