From a2582f6abe15d07a94e3b578b86befff556adb5b Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 4 Apr 2013 20:15:38 -0700 Subject: [PATCH] Remove console write. --- Log.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )