Remove debug

This commit is contained in:
Atlante45 2016-03-15 08:42:55 -07:00
parent 9b8b1d41e3
commit 07d2213628
2 changed files with 0 additions and 4 deletions

View file

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

View file

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