Przeglądaj źródła

remove debug output

David Rose 21 lat temu
rodzic
commit
0aafc622ce
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      pandatool/src/mayaprogs/mayaCopy.cxx

+ 0 - 1
pandatool/src/mayaprogs/mayaCopy.cxx

@@ -155,7 +155,6 @@ copy_maya_file(const Filename &source, const Filename &dest,
     exit(1);
   }
 
-  cerr << "Maya read\n";
   if (!_maya->read(source)) {
     maya_cat.error()
       << "Unable to read " << source << "\n";