mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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.join('/').trim();
|
||||
|
||||
console.log("Renaming " + path + " to " + destinationPath);
|
||||
if (path === destinationPath) {
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -201,10 +201,7 @@ TreeView {
|
|||
}
|
||||
}
|
||||
onAccepted: {
|
||||
console.log("Data " + acceptableInput + " " + styleData.selected);
|
||||
console.log("Index " + selection.currentIndex + " " + styleData.index);
|
||||
if (acceptableInput && styleData.selected) {
|
||||
console.log("Accepted " + styleData.index + " " + text);
|
||||
if (!modifyEl(selection.currentIndex, text)) {
|
||||
text = styleData.value;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue