Browse Source

Removed TODO that doesn't need to be done

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
b42ff1425b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      IPA.Loader/Logging/Printers/ColoredConsolePrinter.cs

+ 0
- 1
IPA.Loader/Logging/Printers/ColoredConsolePrinter.cs View File

@ -20,7 +20,6 @@ namespace IPA.Logging.Printers
/// </summary>
/// <value>the color to print this message as</value>
// 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);
/// <summary>


Loading…
Cancel
Save