comment out cout (XMLVisitor::endXML() works now)
This commit is contained in:
parent
8c3f03ae03
commit
3482c5bc40
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue