From 3482c5bc40b4ae2ce87545eb1bea71dcf0057daf Mon Sep 17 00:00:00 2001
From: mfranz <mfranz>
Date: Fri, 29 Jun 2007 10:55:52 +0000
Subject: [PATCH] comment out cout  (XMLVisitor::endXML() works now)

---
 src/Airports/runwayprefs.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Airports/runwayprefs.cxx b/src/Airports/runwayprefs.cxx
index 90767d728..6815e1a04 100644
--- a/src/Airports/runwayprefs.cxx
+++ b/src/Airports/runwayprefs.cxx
@@ -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) {