From f4247ba9cfd0e5753d935064affe69e02cd6682e Mon Sep 17 00:00:00 2001 From: Jonas Haag Date: Thu, 13 Oct 2022 13:13:20 +0200 Subject: [PATCH] Remove unnecessary options --- dist/main/index.js | 2 -- index.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/dist/main/index.js b/dist/main/index.js index a13d0194..c326d8fa 100644 --- a/dist/main/index.js +++ b/dist/main/index.js @@ -67600,8 +67600,6 @@ async function downloadMicromamba (micromambaUrl) { function makeCondarcOpts (inputs, extraChannels) { let condarcOpts = { - always_yes: true, - show_channel_urls: true, channel_priority: inputs.channelPriority } if (inputs.channelAlias) { diff --git a/index.js b/index.js index 8cf3fd27..7aa216d8 100644 --- a/index.js +++ b/index.js @@ -152,8 +152,6 @@ async function downloadMicromamba (micromambaUrl) { function makeCondarcOpts (inputs, extraChannels) { let condarcOpts = { - always_yes: true, - show_channel_urls: true, channel_priority: inputs.channelPriority } if (inputs.channelAlias) {