mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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");
|
||||
} else {
|
||||
name = dag_node.name().asChar();
|
||||
cerr << "node " << name << "\n";
|
||||
}
|
||||
|
||||
if (_dag_path->hasFn(MFn::kJoint) || converter->force_joint(name)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user