Skip to content
Snippets Groups Projects
Commit 5e829e77 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

GCS_MAVLink: most users don't have signing keys

prevent noise on startup
parent 9722c3a1
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment