]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/condition.cxx
Removed some extraneous debugging output. Hey, this one was subtle. Due
[simgear.git] / simgear / props / condition.cxx
index d50f461abc8ea59506772ca7d0f9b52139457820..dc5a437a104567deeac0fa2438146a3fe6a5511a 100644 (file)
@@ -46,11 +46,6 @@ FGPropertyCondition::FGPropertyCondition ( SGPropertyNode *prop_root,
                                            const char *propname )
     : _node( prop_root->getNode(propname, true) )
 {
-    cout << "FGPropertyCondition::FGPropertyCondition()" << endl;
-    cout << "  prop_root = " << prop_root << endl;
-    cout << "  propname = " << propname << endl;
-    _node = prop_root->getNode(propname, true);
-    cout << "  _node = " << _node << endl;
 }
 
 FGPropertyCondition::~FGPropertyCondition ()