mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
GCS_MAVLink: most users don't have signing keys
prevent noise on startup
This commit is contained in:
parent
9722c3a1c3
commit
5e829e7720
@ -119,7 +119,6 @@ void GCS_MAVLINK::load_signing_key(void)
|
||||
{
|
||||
struct SigningKey key;
|
||||
if (!signing_key_load(key)) {
|
||||
hal.console->printf("Failed to load signing key");
|
||||
return;
|
||||
}
|
||||
mavlink_status_t *status = mavlink_get_channel_status(chan);
|
||||
|
Loading…
Reference in New Issue
Block a user