remove debug for selected index crash

This commit is contained in:
Stephen Birarda 2016-03-10 18:36:12 -08:00
parent 7675c83f92
commit 7ccba8b406

View file

@ -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;
}