importing messaging-2008 branch to trunk, going on.
[mono.git] / mcs / class / System.Web / System.Web / ServerVariablesCollection.cs
index 50fc7efbe3820ae2d1e03ffa6199c5b276a0d79e..66ff4655b918ae496c17b2d7b5c054d3ec60c070 100644 (file)
@@ -120,7 +120,7 @@ namespace System.Web
                        }
                }
 
-               private void loadServerVariablesCollection()
+               void loadServerVariablesCollection()
                {
                        HttpWorkerRequest wr = request.WorkerRequest;
                        if (loaded || (wr == null))
@@ -203,7 +203,6 @@ namespace System.Web
                        if ((name == null) || (this._request == null))
                                return null;
                        name = name.ToUpper (CultureInfo.InvariantCulture);
-                       Console.WriteLine ("InternalGet {0}", name);
                        switch (name) {
                                case "AUTH_TYPE":
                                        if (null != _request.Context.User && _request.Context.User.Identity.IsAuthenticated)