From c51028e3e1410df102afacf4c312001cd2dc92e5 Mon Sep 17 00:00:00 2001 From: Sumanth Kb Date: Tue, 23 Apr 2024 15:36:49 +0530 Subject: [PATCH] Dependency of ProjectType in Creator --- src/LCT.SW360PackageCreator/Program.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/LCT.SW360PackageCreator/Program.cs b/src/LCT.SW360PackageCreator/Program.cs index 44b29a45..82102429 100644 --- a/src/LCT.SW360PackageCreator/Program.cs +++ b/src/LCT.SW360PackageCreator/Program.cs @@ -55,10 +55,6 @@ static async Task Main(string[] args) Logger.Logger.Log(null, Level.Notice, $"\n====================<<<<< Package creator >>>>>====================", null); Logger.Logger.Log(null, Level.Notice, $"\nStart of Package creator execution : {DateTime.Now}", null); - if (appSettings.ProjectType?.ToUpperInvariant() == "ALPINE") - { - Logger.Error($"\nPlease note that the Alpine feature is currently in preview state. This means it's available for testing and evaluation purposes. While functional, it may not yet include all planned features and could encounter occasional issues. Your feedback during this preview phase is appreciated as we work towards its official release. Thank you for exploring Alpine with us."); - } if (appSettings.IsTestMode) Logger.Logger.Log(null, Level.Alert, $"Package creator is running in TEST mode \n", null);