diff --git a/Log.cs b/Log.cs index 9306678..aa05147 100644 --- a/Log.cs +++ b/Log.cs @@ -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 )