Remove errant printf

(cherry picked from commit cce11e40a1)
This commit is contained in:
Seth Hillbrand 2020-10-23 12:36:53 -07:00
parent 222d44a8d8
commit c625b9e3cc
1 changed files with 0 additions and 1 deletions

View File

@ -567,7 +567,6 @@ bool processSolid( const TopoDS_Shape& shape, DATA& data, SGNODE* parent,
std::ostringstream ostr;
ostr << "KMISC_" << i++;
partID = ostr.str();
printf("Missing lable\n");
}
else
{