Merge pull request #10363 from jherico/qmlspam

Removing logspam on toggling scripts window
This commit is contained in:
Andrew Meadows 2017-05-05 08:29:12 -07:00 committed by GitHub
commit f809afae2f

View file

@ -34,9 +34,6 @@ ScrollingWindow {
property var runningScriptsModel: ListModel { }
property bool isHMD: false
onVisibleChanged: console.log("Running scripts visible changed to " + visible)
onShownChanged: console.log("Running scripts visible changed to " + visible)
Settings {
category: "Overlay.RunningScripts"
property alias x: root.x