Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass committed Apr 22, 2024
1 parent f099003 commit 1e7dcfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/everest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,6 @@ void Everest::telemetry_publish(const std::string& category, const std::string&
void Everest::signal_ready() {
BOOST_LOG_FUNCTION();

// EVLOG_info << "Module " << this->module_id << " initialized.";
const auto ready_topic = fmt::format("{}/ready", this->config.mqtt_module_prefix(this->module_id));

this->mqtt_abstraction.publish(ready_topic, json(true));
Expand Down

0 comments on commit 1e7dcfe

Please sign in to comment.