Removed temporary printout used for debug
This commit is contained in:
parent
e4b074f04f
commit
978268250e
|
@ -1149,9 +1149,6 @@ void IDF_SEGMENT::CalcCenterAndRadius( void )
|
|||
center.x = h * cos( offAng ) + xm;
|
||||
center.y = h * sin( offAng ) + ym;
|
||||
|
||||
std::cout << " Center: (" << center.x << ", " << center.y << "), radius: ";
|
||||
std::cout << radius << "\n";
|
||||
|
||||
offsetAngle = IDF3::CalcAngleDeg( center, startPoint );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue