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); ///