Author: gonzalo
Date: 2005-03-09 18:27:05 -0500 (Wed, 09 Mar 2005)
New Revision: 41624
Modified:
trunk/mcs/class/System.Web/System.Web.UI/Control.cs
Log:
oops
Modified: trunk/mcs/class/System.Web/System.Web.UI/Control.cs
===================================================================
--- trunk/mcs/class/System.Web/System.Web.UI/Control.cs 2005-03-09 23:21:06 UTC
(rev 41623)
+++ trunk/mcs/class/System.Web/System.Web.UI/Control.cs 2005-03-09 23:27:05 UTC
(rev 41624)
@@ -520,8 +520,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