Removed temporary printout used for debug

This commit is contained in:
Cirilo Bernardo 2016-03-21 21:32:26 +11:00
parent e4b074f04f
commit 978268250e
1 changed files with 0 additions and 3 deletions

View File

@ -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 );
}