Author: tabish
Date: Tue Aug 18 20:22:24 2009
New Revision: 805566
URL: http://svn.apache.org/viewvc?rev=805566&view=rev
Log:
Remove console write debugging statements that were missed.
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Mock/MockTransportFactory.cs
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Mock/MockTransportFactory.cs
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Mock/MockTransportFactory.cs?rev=805566&r1=805565&r2=805566&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Mock/MockTransportFactory.cs
(original)
+++
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Mock/MockTransportFactory.cs
Tue Aug 18 20:22:24 2009
@@ -105,7 +105,6 @@
// Set transport. properties on this (the factory)
URISupport.SetProperties(this, map, "transport.");
- Console.WriteLine( "Specified WireFormat is: " + this.wireFormat );
if(String.Compare(this.wireFormat, "stomp", true) != 0 &&
String.Compare(this.wireFormat, "openwire", true) != 0)
{