Author: gonzalo
Date: 2005-03-09 18:27:23 -0500 (Wed, 09 Mar 2005)
New Revision: 41625
Modified:
branches/mono-1-0/mcs/class/System.Web/System.Web.UI/Control.cs
Log:
oops
Modified: branches/mono-1-0/mcs/class/System.Web/System.Web.UI/Control.cs
===================================================================
--- branches/mono-1-0/mcs/class/System.Web/System.Web.UI/Control.cs
2005-03-09 23:27:05 UTC (rev 41624)
+++ branches/mono-1-0/mcs/class/System.Web/System.Web.UI/Control.cs
2005-03-09 23:27:23 UTC (rev 41625)
@@ -502,8 +502,6 @@
foreach (Control c in Controls) {
if (String.Compare (id, c._userId, true) == 0) {
if (result != null && result != c) {
- Console.WriteLine
(c.GetHashCode ());
- Console.WriteLine
(result.GetHashCode ());
throw new HttpException ("1
Found more than one control with ID '" + id + "'");
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches