Remove Console.WriteLine
This commit is contained in:
parent
dde35a9c06
commit
922a33690b
@ -37,7 +37,7 @@ namespace Novell.CASA.MiCasa.Communication
|
|||||||
|
|
||||||
if (buf != null)
|
if (buf != null)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Bytes read = " + buf.Length);
|
//Console.WriteLine("Bytes read = " + buf.Length);
|
||||||
return buf.Length;
|
return buf.Length;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -104,7 +104,7 @@ namespace Novell.CASA.MiCasa.Communication
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
mSocket.Send(buf);
|
mSocket.Send(buf);
|
||||||
Console.WriteLine("Bytes written = " + buf.Length);
|
//Console.WriteLine("Bytes written = " + buf.Length);
|
||||||
return buf.Length;
|
return buf.Length;
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
Loading…
Reference in New Issue
Block a user