mavlink send_statustext_critical() remove redundant print

This commit is contained in:
Daniel Agar
2019-06-14 11:19:11 -04:00
parent 8e0e846e6e
commit 4910bed45b
-1
View File
@@ -1146,7 +1146,6 @@ void
Mavlink::send_statustext_critical(const char *string)
{
mavlink_log_critical(&_mavlink_log_pub, "%s", string);
PX4_ERR("%s", string);
}
void