Skip to content

Commit

Permalink
clean up - remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed Jan 10, 2025
1 parent 44371cf commit b9a8c7d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions workbench/src/main/setupAddRemovePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down

0 comments on commit b9a8c7d

Please sign in to comment.