From 07d2213628ca06b6096c2ffc2df2d1c0977429cd Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Tue, 15 Mar 2016 08:42:55 -0700 Subject: [PATCH] Remove debug --- interface/resources/qml/AssetServer.qml | 1 - interface/resources/qml/controls-uit/Tree.qml | 3 --- 2 files changed, 4 deletions(-) diff --git a/interface/resources/qml/AssetServer.qml b/interface/resources/qml/AssetServer.qml index 453ecfeb6c..86ccae6f3e 100644 --- a/interface/resources/qml/AssetServer.qml +++ b/interface/resources/qml/AssetServer.qml @@ -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; } diff --git a/interface/resources/qml/controls-uit/Tree.qml b/interface/resources/qml/controls-uit/Tree.qml index 2dfa289096..6d4d202e2c 100644 --- a/interface/resources/qml/controls-uit/Tree.qml +++ b/interface/resources/qml/controls-uit/Tree.qml @@ -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; }