Skip to content

Commit

Permalink
Update TrafficDataSource_Abstract_FLARM.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Mar 3, 2025
1 parent 4b22bbe commit 7ce1aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/traffic/TrafficDataSource_Abstract_FLARM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,6 @@ void Traffic::TrafficDataSource_Abstract::processFLARMMessagePXCV(const QStringL
return;
}

qWarning() << "OAT";
const double vSpeed_ms = arguments[0].toDouble();
const double OAT_degC = arguments[5].toDouble();
const double staticPressure_hPa = arguments[7].toDouble();
Expand Down

0 comments on commit 7ce1aaa

Please sign in to comment.