Remove console write.

This commit is contained in:
Marc 2013-04-04 20:15:38 -07:00
parent 11c226f8d1
commit a2582f6abe

2
Log.cs
View File

@ -134,7 +134,7 @@ namespace lib
String finalMsg = String.Format( "{0,-10}{1}| {2}", type, sym, msg );
Console.WriteLine( finalMsg );
//Console.WriteLine( finalMsg );
//Console.Out.Write( finalMsg );
foreach( var l_obj in Debug.Listeners )