Remove console write.
This commit is contained in:
parent
11c226f8d1
commit
a2582f6abe
2
Log.cs
2
Log.cs
@ -134,7 +134,7 @@ namespace lib
|
|||||||
|
|
||||||
String finalMsg = String.Format( "{0,-10}{1}| {2}", type, sym, msg );
|
String finalMsg = String.Format( "{0,-10}{1}| {2}", type, sym, msg );
|
||||||
|
|
||||||
Console.WriteLine( finalMsg );
|
//Console.WriteLine( finalMsg );
|
||||||
//Console.Out.Write( finalMsg );
|
//Console.Out.Write( finalMsg );
|
||||||
|
|
||||||
foreach( var l_obj in Debug.Listeners )
|
foreach( var l_obj in Debug.Listeners )
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user