Browse Source

Remove console output

QGC4.4
DonLakeFlyer 5 years ago
parent
commit
d5d9a6a082
  1. 2
      src/ui/toolbar/BatteryIndicator.qml

2
src/ui/toolbar/BatteryIndicator.qml

@ -25,8 +25,6 @@ Item { @@ -25,8 +25,6 @@ Item {
anchors.bottom: parent.bottom
width: batteryIndicatorRow.width
Component.onCompleted: console.log("mavlink", MAVLink.MAV_BATTERY_CHARGE_STATE_CRITICAL, MAVLink.MAV_BATTERY_FUNCTION_ALL)
property bool showIndicator: true
Row {

Loading…
Cancel
Save