remove debug output

This commit is contained in:
David Rose 2005-01-24 16:38:20 +00:00
parent 3646e3ea5d
commit 46f40930bb

View File

@ -101,7 +101,6 @@ from_dag_path(const MDagPath &dag_path, MayaToEggConverter *converter) {
status.perror("MFnDagNode constructor");
} else {
name = dag_node.name().asChar();
cerr << "node " << name << "\n";
}
if (_dag_path->hasFn(MFn::kJoint) || converter->force_joint(name)) {