Revert "Add temporary code to test for interface paths"

This reverts commit 6393f907b8.
This commit is contained in:
Roxanne Skelly 2018-09-28 13:15:04 -07:00
parent 6393f907b8
commit 537c0aaf25

View file

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