From 8a2cc331e42ca1b0fd66451fd6492ea41266f7db Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 21 Nov 2022 19:09:33 +0800 Subject: Remove redundant log. --- BackEnd/Timeline/Startup.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BackEnd/Timeline/Startup.cs b/BackEnd/Timeline/Startup.cs index 628be35d..b0713070 100644 --- a/BackEnd/Timeline/Startup.cs +++ b/BackEnd/Timeline/Startup.cs @@ -37,9 +37,9 @@ namespace Timeline public Startup(IConfiguration configuration, IWebHostEnvironment environment) { - Console.ForegroundColor = ConsoleColor.Green; - Console.WriteLine("We are in environment: " + environment.EnvironmentName); - Console.ResetColor(); + // Console.ForegroundColor = ConsoleColor.Green; + // Console.WriteLine("We are in environment: " + environment.EnvironmentName); + // Console.ResetColor(); Environment = environment; Configuration = configuration; -- cgit v1.2.3