Remove Console.WriteLine.
authorAtsushi Eno <atsushi@ximian.com>
Tue, 14 Sep 2010 07:32:31 +0000 (16:32 +0900)
committerAtsushi Eno <atsushi@ximian.com>
Tue, 14 Sep 2010 07:32:31 +0000 (16:32 +0900)
mcs/class/System/System/UriTypeConverter.cs

index 355f015ba19723e16ae6e88d236aa03edaff9fc5..6d8b74e424d8d581642218ba04333cfca2c68f3c 100644 (file)
@@ -87,7 +87,6 @@ namespace System {
 #endif
                        }
 
-                       Console.WriteLine ("Converting: '{0}' of type '{1}'", value, value.GetType ().Name);
                        if (!CanConvertFrom (context, value.GetType ()))
                                throw new NotSupportedException (Locale.GetText ("Cannot convert from value."));