mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-15 18:13:15 +02:00
remove debug for selected index crash
This commit is contained in:
parent
7675c83f92
commit
7ccba8b406
1 changed files with 1 additions and 2 deletions
|
@ -168,9 +168,8 @@ Window {
|
|||
if (!index) {
|
||||
index = treeView.selection.currentIndex;
|
||||
}
|
||||
console.log("THE CURRENT INDEX IS " + treeView.selection.currentIndex);
|
||||
|
||||
var path = assetProxyModel.data(index, 0x100);
|
||||
console.log("THE PATH IS " + path);
|
||||
if (!path) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue