[Msnphelper-cvs-commit] CVS: msnphelper/src Contact.cs,1.3,1.4 NotificationConnectionHandler.cs,1.5,
Status: Alpha
Brought to you by:
cmyers
|
From: Chad M. <cm...@us...> - 2002-03-18 04:19:48
|
Update of /cvsroot/msnphelper/msnphelper/src
In directory usw-pr-cvs1:/tmp/cvs-serv10156/src
Modified Files:
Contact.cs NotificationConnectionHandler.cs
Log Message:
Remove some console printlns
Index: Contact.cs
===================================================================
RCS file: /cvsroot/msnphelper/msnphelper/src/Contact.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Contact.cs 18 Mar 2002 04:12:51 -0000 1.3
--- Contact.cs 18 Mar 2002 04:19:46 -0000 1.4
***************
*** 131,135 ****
internal void setState(String state)
{
- Console.WriteLine("setState for " + m_UserName + ": " + state);
if( state == ConnectionHandler.NLN )
m_State = "Online";
--- 131,134 ----
Index: NotificationConnectionHandler.cs
===================================================================
RCS file: /cvsroot/msnphelper/msnphelper/src/NotificationConnectionHandler.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** NotificationConnectionHandler.cs 18 Mar 2002 03:50:45 -0000 1.5
--- NotificationConnectionHandler.cs 18 Mar 2002 04:19:46 -0000 1.6
***************
*** 495,499 ****
{
substate = response.Parameters[0];
- Console.WriteLine("substate: " + substate);
handle = response.Parameters[1];
friendlyName = response.Parameters[2];
--- 495,498 ----
|