oops, remove debug statement

This commit is contained in:
David Rose 2003-09-22 20:27:24 +00:00
parent bf2679a7b3
commit bb3925c992
1 changed files with 0 additions and 1 deletions

View File

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