]> git.mxchange.org Git - flightgear.git/commitdiff
comment out cout (XMLVisitor::endXML() works now)
authormfranz <mfranz>
Fri, 29 Jun 2007 10:55:52 +0000 (10:55 +0000)
committermfranz <mfranz>
Fri, 29 Jun 2007 10:55:52 +0000 (10:55 +0000)
src/Airports/runwayprefs.cxx

index 90767d728a2407d5256b09b62a18ff323035efb8..6815e1a04a8c34d6a1ffa8b9db502f500a13a1da 100644 (file)
@@ -440,7 +440,7 @@ void  FGRunwayPreference::startXML () {
 }
 
 void  FGRunwayPreference::endXML () {
-  cout << "End XML" << endl;
+  //  cout << "End XML" << endl;
 }
 
 void  FGRunwayPreference::startElement (const char * name, const XMLAttributes &atts) {