Browse Source

Removed Console.WriteLine

svn path=/trunk/mcs/; revision=21209
Gonzalo Paniagua Javier 22 years ago
parent
commit
12be2ce2a6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      mcs/class/System/System.Net/ServicePointManager.cs

+ 0 - 1
mcs/class/System/System.Net/ServicePointManager.cs

@@ -176,7 +176,6 @@ namespace System.Net
 					ServicePoint sp = (ServicePoint) e.Value;
 					if (sp.AvailableForRecycling) {
 						toRemove.Add (e.Key);
-						Console.WriteLine ("Reciclo: {0}", e.Key);
 					}
 				}