Skip to content

Commit

Permalink
mavlink send_statustext_critical() remove redundant print
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jun 15, 2019
1 parent 8e0e846 commit 4910bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/mavlink/mavlink_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4910bed

Please sign in to comment.