Skip to content

Commit

Permalink
core: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed May 12, 2022
1 parent 3fba13e commit f14183d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mavsdk/core/mavlink_parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ MAVLinkParameters::MAVLinkParameters(
[this](const mavlink_message_t& message) { process_param_value(message); },
this);

//_message_handler.register_one(
// MAVLINK_MSG_ID_PARAM_SET,
// [this](const mavlink_message_t& message) { process_param_set(message); },
// this);

_message_handler.register_one(
MAVLINK_MSG_ID_PARAM_EXT_VALUE,
[this](const mavlink_message_t& message) { process_param_ext_value(message); },
Expand Down

0 comments on commit f14183d

Please sign in to comment.