From 334c3f624b5a9841d2926dff1c3e48d8efd9f15a Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Tue, 22 Sep 2020 08:49:47 -0700 Subject: [PATCH] Rebuild --- dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index f281026..fae8a63 100644 --- a/dist/index.js +++ b/dist/index.js @@ -16971,7 +16971,6 @@ class DotnetCoreInstaller { const response = yield httpClient.getJson(DotNetCoreIndexUrl); const result = response.result || {}; let releasesInfo = result['releases-index']; - console.log(versionParts); releasesInfo = releasesInfo.filter((info) => { // channel-version is the first 2 elements of the version (e.g. 2.1), filter out versions that don't match 2.1.x. const sdkParts = info['channel-version'].split('.');