diff --git a/c_micasad/lib/communication/UnixIPCClientChannel.cs b/c_micasad/lib/communication/UnixIPCClientChannel.cs index 2aef6b7e..a043598a 100644 --- a/c_micasad/lib/communication/UnixIPCClientChannel.cs +++ b/c_micasad/lib/communication/UnixIPCClientChannel.cs @@ -37,7 +37,7 @@ namespace Novell.CASA.MiCasa.Communication if (buf != null) { - Console.WriteLine("Bytes read = " + buf.Length); + //Console.WriteLine("Bytes read = " + buf.Length); return buf.Length; } else @@ -104,7 +104,7 @@ namespace Novell.CASA.MiCasa.Communication try { mSocket.Send(buf); - Console.WriteLine("Bytes written = " + buf.Length); + //Console.WriteLine("Bytes written = " + buf.Length); return buf.Length; } catch (Exception e)