QML UI: remove verbose option from Developer menu

We now log everything that's relevant to the application log that is shown
in the UI.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-24 16:37:23 -07:00
parent 5f9df02ffc
commit a9cf089e1c

View file

@ -187,14 +187,6 @@ MobileComponents.ApplicationWindow {
stackView.push(themetest)
}
}
Action {
checkable: true
checked: manager.verboseEnabled
text: checked ? "Disable verbose (for adb logcat)" : "Enable verbose (for adb logcat)"
onToggled: {
manager.verboseEnabled = checked;
}
}
},
Action {
text: "User manual"