2009-01-01 Ivan N. Zlatev <contact@i-nz.net>
authorIvan Zlatev <ivan@ivanz.com>
Thu, 1 Jan 2009 18:46:45 +0000 (18:46 -0000)
committerIvan Zlatev <ivan@ivanz.com>
Thu, 1 Jan 2009 18:46:45 +0000 (18:46 -0000)
* DataGridView.cs: Remove a leftover Console.WriteLine.

svn path=/trunk/mcs/; revision=122317

mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridView.cs

index b0f68fc136288f2a9f43bee42b5264573e55972d..d69d94abc505687435dd9f33bd691e7e53428a83 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-01  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridView.cs: Remove a leftover Console.WriteLine.
+
 2009-01-01  Ivan N. Zlatev  <contact@i-nz.net>
 
        * DataGridViewRow.cs: Access the indexer of the data manager directly 
index 5eff4f4b73a4179c4c8e3bfda6fd55b437be7690..01120b0219baa303a19e0ce96e6fa086354f609a 100644 (file)
@@ -2359,7 +2359,6 @@ namespace System.Windows.Forms {
                                currentCell.Value = currentCell.ParseFormattedValue (currentCell.EditedFormattedValue, 
                                                                                     currentCell.InheritedStyle, null, null);
                        } catch (Exception e) {
-                               Console.WriteLine (e);
                                DataGridViewDataErrorEventArgs args = new DataGridViewDataErrorEventArgs (e, currentCell.ColumnIndex, currentCell.RowIndex, 
                                                                                                          DataGridViewDataErrorContexts.Commit);
                                OnDataError (false, args);