From 270ee0df4184c2b4a46437e3e987ea3ee9b4b89c Mon Sep 17 00:00:00 2001 From: "Shah, Kevin" Date: Tue, 24 Oct 2023 10:05:04 -0400 Subject: [PATCH] test: Testing changes in CI --- src/js/version.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/version.mjs b/src/js/version.mjs index 8346bd32f..0d7f17cdc 100644 --- a/src/js/version.mjs +++ b/src/js/version.mjs @@ -45,9 +45,7 @@ else if (task === 'channel') { // default to 'test' channel if branch is unknown const config = releaserc.branches.find(b => b.name === branch) || { channel: branch.split('/').pop() } - console.log(' config ************ ', config) const channel = config.channel || (!config.prerelease ? 'latest' : config.name) - console.log(' channel ************ ', config) // return the configured channel name for the branch, otherwise return the branch name, unless it's the main branch, then return 'latest' console.log(channel)