From bb3925c9924a1e23f3e65f3c07432a8b2aafca5d Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 22 Sep 2003 20:27:24 +0000 Subject: [PATCH] oops, remove debug statement --- pandatool/src/mayaegg/mayaToEggConverter.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/pandatool/src/mayaegg/mayaToEggConverter.cxx b/pandatool/src/mayaegg/mayaToEggConverter.cxx index b697a63d75..7c11f59087 100644 --- a/pandatool/src/mayaegg/mayaToEggConverter.cxx +++ b/pandatool/src/mayaegg/mayaToEggConverter.cxx @@ -1325,7 +1325,6 @@ make_polyset(const MDagPath &dag_path, const MFnMesh &mesh, } bool double_sided = _respect_maya_double_sided ? maya_double_sided : egg_double_sided; - cerr << "respect = " << _respect_maya_double_sided << " maya = " << maya_double_sided << " egg = " << egg_double_sided << " result = " << double_sided << "\n"; while (!pi.isDone()) { EggPolygon *egg_poly = new EggPolygon;