Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-04-08 23:15:03 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-04-08 23:15:03 +0400
commitfe0cc67b091551dcf09d60671b9f4b81651afd5f (patch)
tree6193f9292cb387a6c9040681ec8b61fc1adf030e /mcs
parentf6e391bb49c7943460f9b8026cfc4d7311fbcfbc (diff)
CWL
svn path=/branches/mono-2-6/mcs/; revision=155082
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System.Web/System.Web.Configuration_2.0/GlobalizationSection.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/System.Web/System.Web.Configuration_2.0/GlobalizationSection.cs b/mcs/class/System.Web/System.Web.Configuration_2.0/GlobalizationSection.cs
index 6472d06698a..0e8367cd118 100644
--- a/mcs/class/System.Web/System.Web.Configuration_2.0/GlobalizationSection.cs
+++ b/mcs/class/System.Web/System.Web.Configuration_2.0/GlobalizationSection.cs
@@ -258,7 +258,6 @@ namespace System.Web.Configuration {
Encoding encoding = (Encoding)encodingHash [prop];
if (encoding == null || encoding.WebName != cached_encoding_name) {
- Console.WriteLine ("HERE");
try {
switch (cached_encoding_name.ToLower (Helpers.InvariantCulture)) {
case "utf-16le":