Comment cerr in OBJ_reader

This commit is contained in:
Maxime Gimeno 2019-04-23 10:29:51 +02:00
parent 9315c9cb79
commit 8feb0cbfef
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ read_OBJ( std::istream& input,
}
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;
}
}