From f8591433b16d1721b0e7405800d9ffc6e4ef237c Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Tue, 7 Apr 2015 12:08:01 +0200 Subject: [PATCH] DigitalFilter: remove debug output --- src/Autopilot/digitalfilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Autopilot/digitalfilter.cxx b/src/Autopilot/digitalfilter.cxx index 5778b3f07..1638acd28 100644 --- a/src/Autopilot/digitalfilter.cxx +++ b/src/Autopilot/digitalfilter.cxx @@ -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; -- 2.39.5