From 537c0aaf2590f18331a2f3aa84cde34289a3d520 Mon Sep 17 00:00:00 2001 From: Roxanne Skelly Date: Fri, 28 Sep 2018 13:15:04 -0700 Subject: [PATCH] Revert "Add temporary code to test for interface paths" This reverts commit 6393f907b87afadaec07c42b3c7d00cfb19e526b. --- server-console/src/main.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server-console/src/main.js b/server-console/src/main.js index e92749908c..6abac30344 100644 --- a/server-console/src/main.js +++ b/server-console/src/main.js @@ -885,9 +885,6 @@ function onContentLoaded() { // This method will be called when Electron has finished // initialization and is ready to create browser windows. app.on('ready', function() { - var paths = pathFinder.searchPaths("interface", binaryType, buildInfo.releaseType); - dialog.showMessageBox({type: 'question', buttons: ['Yes', 'No'], title: "Paths", message: paths.join(", ")}, function () {}); - if (app.dock) { // hide the dock icon on OS X @@ -905,5 +902,4 @@ app.on('ready', function() { updateTrayMenu(ProcessGroupStates.STOPPED); maybeInstallDefaultContentSet(onContentLoaded); - });