From b83c48f027cb986d5c46b8c581a85e4b42fcafb7 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 6 Jul 2007 16:20:33 +0000 Subject: [PATCH] How did this get there? svn path=/trunk/mcs/; revision=81491 --- mcs/class/System/System/Uri.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/mcs/class/System/System/Uri.cs b/mcs/class/System/System/Uri.cs index 18d5012105f..884a05e608c 100644 --- a/mcs/class/System/System/Uri.cs +++ b/mcs/class/System/System/Uri.cs @@ -1809,7 +1809,6 @@ namespace System { } } if (!escape){ - Console.WriteLine ("NO NEED TO ECAPE"); return stringToEscape; } -- 2.25.1