From 29eb4b321084c4ff8282a479025f4057d6af59dd Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 23 Jul 2019 00:59:13 -0500 Subject: [PATCH] Removed TODO that doesn't need to be done --- IPA.Loader/Logging/Printers/ColoredConsolePrinter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/IPA.Loader/Logging/Printers/ColoredConsolePrinter.cs b/IPA.Loader/Logging/Printers/ColoredConsolePrinter.cs index 7d4d5b3b..1c069a94 100644 --- a/IPA.Loader/Logging/Printers/ColoredConsolePrinter.cs +++ b/IPA.Loader/Logging/Printers/ColoredConsolePrinter.cs @@ -20,7 +20,6 @@ namespace IPA.Logging.Printers /// /// the color to print this message as // Initializer calls this function because Unity's .NET 3.5 doesn't have the color properties on Console - // TODO: move this garbo out to Net3_Proxy public ConsoleColor Color { get; set; } = GetConsoleColor(WinConsole.OutHandle); ///