Remove debug line.
This commit is contained in:
parent
9e673bb891
commit
c8db8d087e
|
@ -1975,8 +1975,6 @@ bool STEP_PCB_MODEL::WriteXAO( const wxString& aFileName )
|
|||
if( !dist.IsDone() )
|
||||
continue;
|
||||
|
||||
std::cout << padKey << " " << dist.Value() << std::endl;
|
||||
|
||||
if( dist.Value() < Precision::Approximation() )
|
||||
{
|
||||
// Push as a face group
|
||||
|
|
Loading…
Reference in New Issue