Author: suresh
Date: 2005-03-07 08:43:30 -0500 (Mon, 07 Mar 2005)
New Revision: 41521
Modified:
trunk/mcs/class/System.Data/System.Data.SqlClient/SqlCommand.cs
Log:
err.. forgot to remove Console.WriteLine debug message.
Modified: trunk/mcs/class/System.Data/System.Data.SqlClient/SqlCommand.cs
===================================================================
--- trunk/mcs/class/System.Data/System.Data.SqlClient/SqlCommand.cs
2005-03-07 13:32:55 UTC (rev 41520)
+++ trunk/mcs/class/System.Data/System.Data.SqlClient/SqlCommand.cs
2005-03-07 13:43:30 UTC (rev 41521)
@@ -402,7 +402,6 @@
ValidateCommand ("ExecuteReader");
try {
this.behavior = behavior;
- Console.WriteLine (this.behavior.ToString ());
Execute (behavior, true);
Connection.DataReader = new SqlDataReader
(this);
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches