From f19229540c83c1d05bc8b630f829ecff680c3c7d Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 4 Jan 2001 20:36:18 +0000 Subject: [PATCH] Removed some debugging output. --- src/Lib/Geometry/poly_support.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Lib/Geometry/poly_support.cxx b/src/Lib/Geometry/poly_support.cxx index 2dda2dec..f7f74db3 100644 --- a/src/Lib/Geometry/poly_support.cxx +++ b/src/Lib/Geometry/poly_support.cxx @@ -359,7 +359,7 @@ void polygon_tesselate( const FGPolygon &p, // print_tri_data( &in ); // TEMPORARY - write_tri_data(&in); + // write_tri_data(&in); /* cout << "Press return to continue:"; char junk; cin >> junk; */ @@ -638,7 +638,7 @@ static void contour_tesselate( FGContourNode *node, const FGPolygon &p, // print_tri_data( &in ); // TEMPORARY - write_tri_data(&in); + // write_tri_data(&in); /* cout << "Press return to continue:"; char junk; cin >> junk; */