Remove errant printf
This commit is contained in:
parent
19bf594aa0
commit
cce11e40a1
|
@ -630,7 +630,6 @@ bool processSolid( const TopoDS_Shape& shape, DATA& data, SGNODE* parent,
|
||||||
std::ostringstream ostr;
|
std::ostringstream ostr;
|
||||||
ostr << "KMISC_" << i++;
|
ostr << "KMISC_" << i++;
|
||||||
partID = ostr.str();
|
partID = ostr.str();
|
||||||
printf("Missing lable\n");
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue