]> git.mxchange.org Git - flightgear.git/commitdiff
DigitalFilter: remove debug output
authorTorsten Dreyer <torsten@ŧ3r.de>
Tue, 7 Apr 2015 10:08:01 +0000 (12:08 +0200)
committerTorsten Dreyer <torsten@ŧ3r.de>
Tue, 7 Apr 2015 10:08:01 +0000 (12:08 +0200)
src/Autopilot/digitalfilter.cxx

index 5778b3f07318aa0094f36716461eef2a8a9f425b..1638acd2810a33ed88ca527fe0c0f845fb98d57e 100644 (file)
@@ -407,7 +407,7 @@ bool RateLimitFilterImplementation::configure( SGPropertyNode& cfg_node,
                                                const std::string& cfg_name,
                                                SGPropertyNode& prop_root )
 {
-  std::cout << "RateLimitFilterImplementation " << cfg_name << std::endl;
+//  std::cout << "RateLimitFilterImplementation " << cfg_name << std::endl;
   if (cfg_name == "max-rate-of-change" ) {
     _rateOfChangeMax.push_back( new InputValue(prop_root, cfg_node, 1) );
     return true;