Browse Source

Removed temporary printout used for debug

pull/12/head
Cirilo Bernardo 10 years ago
parent
commit
978268250e
  1. 3
      utils/idftools/idf_common.cpp

3
utils/idftools/idf_common.cpp

@ -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…
Cancel
Save