mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
remove debug output
This commit is contained in:
parent
3646e3ea5d
commit
46f40930bb
@ -101,7 +101,6 @@ from_dag_path(const MDagPath &dag_path, MayaToEggConverter *converter) {
|
|||||||
status.perror("MFnDagNode constructor");
|
status.perror("MFnDagNode constructor");
|
||||||
} else {
|
} else {
|
||||||
name = dag_node.name().asChar();
|
name = dag_node.name().asChar();
|
||||||
cerr << "node " << name << "\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_dag_path->hasFn(MFn::kJoint) || converter->force_joint(name)) {
|
if (_dag_path->hasFn(MFn::kJoint) || converter->force_joint(name)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user