made debug text yellow and background the default color

This commit is contained in:
Zachary Folwick 2015-10-27 17:32:38 -07:00
parent dbc14ff1ea
commit 718ecb6005

View file

@ -304,7 +304,6 @@ namespace ps_hello_world
public override void WriteDebugLine(string message)
{
Console.BackgroundColor = ConsoleColor.Black;
Console.ForegroundColor = ConsoleColor.Yellow;
Console.Write(String.Format(
CultureInfo.CurrentCulture,