From 3c2559cefd6b9f420f47986e5299e2cafa379ef9 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Wed, 13 May 2020 00:58:58 +0000 Subject: [PATCH] Removed unnecessary comments --- src/app/files/file-explorer.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js index dd11cd5f4f..47dc4a5963 100644 --- a/src/app/files/file-explorer.js +++ b/src/app/files/file-explorer.js @@ -288,7 +288,6 @@ function fileExplorer (localRegistry, files, menuItems) { tooltip(`failed to remove file ${key}.`) } else { const { type } = fileManager.currentFileProvider() - console.log('file deleted!') self.updatePath(type) } }, @@ -399,8 +398,6 @@ function fileExplorer (localRegistry, files, menuItems) { fileExplorer.prototype.updatePath = function (path) { this.files.resolveDirectory(path, (error, fileTree) => { - console.log('path: ', path) - console.log('fileTree: ', fileTree) if (error) console.error(error) if (!fileTree) return var newTree = normalize(path, fileTree)