From ce04359372196e2dd7bf7f6b1589723ea69dcdfe Mon Sep 17 00:00:00 2001 From: root Date: Wed, 19 Feb 2020 10:32:44 +0400 Subject: [PATCH] dotnetcore-sdk.sh - excess debug string has been removed --- images/linux/scripts/installers/dotnetcore-sdk.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/images/linux/scripts/installers/dotnetcore-sdk.sh b/images/linux/scripts/installers/dotnetcore-sdk.sh index 1d36ef977..88b6cb0a2 100644 --- a/images/linux/scripts/installers/dotnetcore-sdk.sh +++ b/images/linux/scripts/installers/dotnetcore-sdk.sh @@ -3,8 +3,6 @@ ## File: dotnetcore-sdk.sh ## Desc: Installs .NET Core SDK ################################################################################ - -HELPER_SCRIPTS=/repos/virtual-environments/images/linux/scripts/helpers source $HELPER_SCRIPTS/apt.sh source $HELPER_SCRIPTS/document.sh