removing debug statemeng

This commit is contained in:
Wayne Chen 2019-03-22 16:42:37 -07:00
parent 3ea45de7c7
commit b98eda4674

View file

@ -26,10 +26,6 @@ Item {
width: hmdActive ? audio.width : audioApplication.width;
height: hmdActive ? audio.height : audioApplication.height;
onHmdActiveChanged: {
console.log("hmd active = " + hmdActive);
}
Timer {
id: hmdActiveCheckTimer;
interval: 500;