mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02:00
removing debug statemeng
This commit is contained in:
parent
3ea45de7c7
commit
b98eda4674
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue