blam r629 - trunk/src



Author: cmartin
Date: Sun Sep  7 10:59:00 2008
New Revision: 629
URL: http://svn.gnome.org/viewvc/blam?rev=629&view=rev

Log:
Remove a couple of debug statements.

Modified:
   trunk/src/ChannelList.cs

Modified: trunk/src/ChannelList.cs
==============================================================================
--- trunk/src/ChannelList.cs	(original)
+++ trunk/src/ChannelList.cs	Sun Sep  7 10:59:00 2008
@@ -97,10 +97,8 @@
         private bool IdleAdd()
         {
             while (channelEnumerator.MoveNext ()) {
-                System.Console.WriteLine("before");
                 IChannel channel = channelEnumerator.Current as IChannel;
                 Add(channel);
-                System.Console.WriteLine("after");
             }
 
             while(groupEnumerator.MoveNext()){



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]