Skip to content

Commit

Permalink
[GS] Remove unit system print
Browse files Browse the repository at this point in the history
  • Loading branch information
l-jost committed Sep 29, 2024
1 parent 3d3c111 commit 6cd1495
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ground_station/src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ void Config::load() {
}
if (!systemParser.getUnitSystem(config.unitSystem)) {
config.unitSystem = UnitSystem::kMetric;
} else {
console.log.println(unit_map[static_cast<uint8_t>(config.unitSystem)]);
}

config.neverStopLogging = stop;
Expand Down

0 comments on commit 6cd1495

Please sign in to comment.