mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 10:03:37 +02:00
Remove extra debug
This commit is contained in:
parent
966945d08c
commit
b37bf2b1b6
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ Hifi.VrMenu {
|
|||
|
||||
function insertItem(menu, beforeItem, newMenuItem) {
|
||||
for (var i = 0; i < menu.items.length; ++i) {
|
||||
console.log(menu.items[i]);
|
||||
if (menu.items[i] === beforeItem) {
|
||||
return menu.insertItem(i, newMenuItem);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue