removed Console
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 5 Oct 2004 18:13:53 +0000 (18:13 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 5 Oct 2004 18:13:53 +0000 (18:13 -0000)
svn path=/branches/mono-1-0/mcs/; revision=34731

mcs/class/System/System.Net/HttpWebRequest.cs

index 9da3708dadf411e6e436bd322934fd3ebd427346..af18f9a6154d64d0b81b97a12f96ec5897ee8cdc 100644 (file)
@@ -947,7 +947,6 @@ namespace System.Net
                        req.Append (GetHeaders ());
                        string reqstr = req.ToString ();
                        byte [] bytes = Encoding.UTF8.GetBytes (reqstr);
-                       Console.WriteLine (reqstr);
                        writeStream.SetHeaders (bytes, 0, bytes.Length);
                }