DigitalFilter: remove debug output
This commit is contained in:
parent
1cd070de8c
commit
f8591433b1
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ bool RateLimitFilterImplementation::configure( SGPropertyNode& cfg_node,
|
||||||
const std::string& cfg_name,
|
const std::string& cfg_name,
|
||||||
SGPropertyNode& prop_root )
|
SGPropertyNode& prop_root )
|
||||||
{
|
{
|
||||||
std::cout << "RateLimitFilterImplementation " << cfg_name << std::endl;
|
// std::cout << "RateLimitFilterImplementation " << cfg_name << std::endl;
|
||||||
if (cfg_name == "max-rate-of-change" ) {
|
if (cfg_name == "max-rate-of-change" ) {
|
||||||
_rateOfChangeMax.push_back( new InputValue(prop_root, cfg_node, 1) );
|
_rateOfChangeMax.push_back( new InputValue(prop_root, cfg_node, 1) );
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue