]> git.mxchange.org Git - simgear.git/commitdiff
Remove stray debug.
authorJames Turner <zakalawe@mac.com>
Tue, 2 Apr 2013 17:10:09 +0000 (18:10 +0100)
committerJames Turner <zakalawe@mac.com>
Tue, 2 Apr 2013 17:10:09 +0000 (18:10 +0100)
simgear/scene/model/SGReaderWriterXML.cxx

index d121eceb68e34e0b77a3fdaf0f3453b14e37193f..5e0db5c4c5cc3525a833d37f99a4aed8bd13e2b8 100644 (file)
@@ -519,7 +519,6 @@ sgLoad3DModel_internal(const SGPath& path,
         if (previewMode && animation_nodes[i]->hasChild("nopreview")) {
             PropertyList names(animation_nodes[i]->getChildren("object-name"));
             for (unsigned int n=0; n<names.size(); ++n) {
-                std::cout << "remove object name:" << names[n]->getStringValue() << std::endl;
                 removeNamedNode(group, names[n]->getStringValue());
             } // of object-names in the animation
             continue;