removed writeline
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Thu, 17 Apr 2003 14:42:34 +0000 (14:42 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Thu, 17 Apr 2003 14:42:34 +0000 (14:42 -0000)
svn path=/trunk/mcs/; revision=13716

mcs/class/System/System.Net/HttpWebResponse.cs

index 8eb0c1b072b8068b2f4c3370d7fde5ba01f21d56..701766a094b0758762abdef0489094fbfc991173 100644 (file)
@@ -52,8 +52,7 @@ namespace System.Net
                        this.statusCode = 0;
                        do {
                                if (statusCode == HttpStatusCode.Continue)
-                                       while ((line = ReadHttpLine (responseStream)) != "")
-                                               Console.WriteLine ("Ignoro: " + line);
+                                       while ((line = ReadHttpLine (responseStream)) != "");
 
                                line = ReadHttpLine (responseStream);