From b9a8c7d8fc38514dc493db70d5b79e830f6aafb3 Mon Sep 17 00:00:00 2001 From: Emily Soth Date: Fri, 10 Jan 2025 14:16:44 -0800 Subject: [PATCH] clean up - remove commented code --- workbench/src/main/setupAddRemovePlugin.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/workbench/src/main/setupAddRemovePlugin.js b/workbench/src/main/setupAddRemovePlugin.js index 8bf9d30a4..90bb1b371 100644 --- a/workbench/src/main/setupAddRemovePlugin.js +++ b/workbench/src/main/setupAddRemovePlugin.js @@ -104,11 +104,6 @@ export function setupAddPlugin() { ); logger.info('installed plugin into its env'); // Write plugin metadata to the workbench's config.json - // const envInfo = execSync(`${micromamba} info --name ${envName}`, { windowsHide: true }).toString(); - // logger.info(`env info:\n${envInfo}`); - // const regex = /env location : (.+)/; - // const envPath = envInfo.match(regex)[1]; - // logger.info(`env path:\n${envPath}`); logger.info('writing plugin info to settings store'); settingsStore.set( `plugins.${pluginID}`,