Browse Source

Removing spurious debug message.

QGC4.4
dogmaphobic 9 years ago
parent
commit
39054f6539
  1. 1
      src/ui/MainWindowInner.qml

1
src/ui/MainWindowInner.qml

@ -267,7 +267,6 @@ Item { @@ -267,7 +267,6 @@ Item {
z: QGroundControl.zOrderTopMost + 100
active: visible
onVisibleChanged: {
console.log("Visible: " + visible)
if(!visible) {
source = ""
}

Loading…
Cancel
Save