[mono/mono] [2 commits] d6a8d988: Remove debug message
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000141a3b1cfec-fd4c28e6-8b2f-4305-9b0a-7fe85503fa3b-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/mono
Compare: https://github.com/mono/mono/compare/796c64439bed...cb04c5a12d3b
Commit: d6a8d9880efb5af47b0eb554c3a46044d261dc0f
Author: Neale Ferguson <[email protected]> (nealef)
Date: 2013-10-10 18:37:43 GMT
URL: https://github.com/mono/mono/commit/d6a8d9880efb5af47b0eb554c3a46044d261dc0f
Remove debug message
Changed paths:
M mcs/class/System.Data.OracleClient/System.Data.OracleClient/OracleCommand.cs
Modified: mcs/class/System.Data.OracleClient/System.Data.OracleClient/OracleCommand.cs
===================================================================
@@ -269,7 +269,6 @@ private void AssertTransactionMatch ()
private void BindParameters (OciStatementHandle statement)
{
-Console.Error.WriteLine("{0} - BindParameter",Thread.CurrentThread.ManagedThreadId);
for (int p = 0; p < Parameters.Count; p++)
Parameters[p].Bind (statement, Connection, (uint) p);
}
Commit: cb04c5a12d3b35c4c53f186f633ca36724459ecc
Author: Rodrigo Kumpera <[email protected]> (kumpera)
Date: 2013-10-10 18:44:45 GMT
URL: https://github.com/mono/mono/commit/cb04c5a12d3b35c4c53f186f633ca36724459ecc
Merge pull request #777 from nealef/master
Remove debug message
Changed paths:
M mcs/class/System.Data.OracleClient/System.Data.OracleClient/OracleCommand.cs
Modified: mcs/class/System.Data.OracleClient/System.Data.OracleClient/OracleCommand.cs
===================================================================
@@ -269,7 +269,6 @@ private void AssertTransactionMatch ()
private void BindParameters (OciStatementHandle statement)
{
-Console.Error.WriteLine("{0} - BindParameter",Thread.CurrentThread.ManagedThreadId);
for (int p = 0; p < Parameters.Count; p++)
Parameters[p].Bind (statement, Connection, (uint) p);
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches