diff --git a/utils/idftools/idf_common.cpp b/utils/idftools/idf_common.cpp index acb3b48099..8eedfa635f 100644 --- a/utils/idftools/idf_common.cpp +++ b/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 ); }