diff --git a/simgear/props/condition.cxx b/simgear/props/condition.cxx index d50f461a..dc5a437a 100644 --- a/simgear/props/condition.cxx +++ b/simgear/props/condition.cxx @@ -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 ()