diff --git a/Ombi.UI/Program.cs b/Ombi.UI/Program.cs index 610e37961..4b563f7df 100644 --- a/Ombi.UI/Program.cs +++ b/Ombi.UI/Program.cs @@ -159,9 +159,9 @@ namespace Ombi.UI private static void PrintToConsole(string message, ConsoleColor colour = ConsoleColor.Gray) { - Console.ForegroundColor = colour; + // Console.ForegroundColor = colour; Console.WriteLine(message); - Console.ForegroundColor = ConsoleColor.Gray; + //Console.ForegroundColor = ConsoleColor.Gray; } private static void CheckUpdate(UpdateValue val)