mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:36:47 +02:00
Remove debug
This commit is contained in:
parent
9b8b1d41e3
commit
07d2213628
2 changed files with 0 additions and 4 deletions
|
@ -178,7 +178,6 @@ Window {
|
||||||
destinationPath[destinationPath.length - (path[path.length - 1] === '/' ? 2 : 1)] = data;
|
destinationPath[destinationPath.length - (path[path.length - 1] === '/' ? 2 : 1)] = data;
|
||||||
destinationPath = destinationPath.join('/').trim();
|
destinationPath = destinationPath.join('/').trim();
|
||||||
|
|
||||||
console.log("Renaming " + path + " to " + destinationPath);
|
|
||||||
if (path === destinationPath) {
|
if (path === destinationPath) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -201,10 +201,7 @@ TreeView {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
console.log("Data " + acceptableInput + " " + styleData.selected);
|
|
||||||
console.log("Index " + selection.currentIndex + " " + styleData.index);
|
|
||||||
if (acceptableInput && styleData.selected) {
|
if (acceptableInput && styleData.selected) {
|
||||||
console.log("Accepted " + styleData.index + " " + text);
|
|
||||||
if (!modifyEl(selection.currentIndex, text)) {
|
if (!modifyEl(selection.currentIndex, text)) {
|
||||||
text = styleData.value;
|
text = styleData.value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue