Browse Source

remove debug output

David Rose 21 years ago
parent
commit
46f40930bb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pandatool/src/mayaegg/mayaNodeDesc.cxx

+ 0 - 1
pandatool/src/mayaegg/mayaNodeDesc.cxx

@@ -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)) {