1
0
Fork 0

comment out cout (XMLVisitor::endXML() works now)

This commit is contained in:
mfranz 2007-06-29 10:55:52 +00:00
parent 8c3f03ae03
commit 3482c5bc40

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