Author: gonzalo
Date: 2005-04-18 02:08:42 -0400 (Mon, 18 Apr 2005)
New Revision: 43193

Modified:
   trunk/mcs/class/System/System.Net.Sockets/Socket.cs
Log:
for (int i = 0; i < 100; i++) Console.WriteLine ("I will remove 
Console.WriteLines before every commit.");

Modified: trunk/mcs/class/System/System.Net.Sockets/Socket.cs
===================================================================
--- trunk/mcs/class/System/System.Net.Sockets/Socket.cs 2005-04-18 05:51:46 UTC 
(rev 43192)
+++ trunk/mcs/class/System/System.Net.Sockets/Socket.cs 2005-04-18 06:08:42 UTC 
(rev 43193)
@@ -99,7 +99,6 @@
                                        throw delayedException;
 
                                if (error != 0) {
-                                       Console.WriteLine ("Error: {0}", error);
                                        throw new SocketException (error);
                                }
                        }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to