err.. forgot to remove Console.WriteLine debug message.
authorSureshkumar T <suresh@mono-cvs.ximian.com>
Mon, 7 Mar 2005 13:43:30 +0000 (13:43 -0000)
committerSureshkumar T <suresh@mono-cvs.ximian.com>
Mon, 7 Mar 2005 13:43:30 +0000 (13:43 -0000)
svn path=/trunk/mcs/; revision=41521

mcs/class/System.Data/System.Data.SqlClient/SqlCommand.cs

index 7cee2bff7d74a67c66105efe28fcc1e7833a59ed..d638fbd5dbcfb68101b4df2988912dd7cdd31ada 100644 (file)
@@ -402,7 +402,6 @@ namespace System.Data.SqlClient {
                        ValidateCommand ("ExecuteReader");
                        try {
                                 this.behavior = behavior;
-                                Console.WriteLine (this.behavior.ToString ());
                                Execute (behavior, true);
                                 Connection.DataReader = new SqlDataReader (this);
                        }