MAVLink: Remove leftover debug comment

This commit is contained in:
Lorenz Meier 2015-08-01 17:32:31 +02:00
parent a446cb6b2f
commit 283bca90d6
1 changed files with 0 additions and 1 deletions

View File

@ -1268,7 +1268,6 @@ Mavlink::update_rate_mult()
/* scale down if we have a TX err rate suggesting link congestion */
if (_rate_txerr > 0.0f && !radio_critical) {
hardware_mult = (_rate_tx) / (_rate_tx + _rate_txerr);
warnx("RTS limiting");
} else if (radio_found && tstatus.timestamp != _last_hw_rate_timestamp) {
if (tstatus.txbuf < RADIO_BUFFER_CRITICAL_LOW_PERCENTAGE) {