Author: tabish
Date: Wed Dec 16 23:42:50 2009
New Revision: 891483

URL: http://svn.apache.org/viewvc?rev=891483&view=rev
Log:
* OpenWireFormat.cs: 

Remove extranious log statement since it adds little value but write on every 
message.

Modified:
    
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/OpenWireFormat.cs

Modified: 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/OpenWireFormat.cs
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/OpenWireFormat.cs?rev=891483&r1=891482&r2=891483&view=diff
==============================================================================
--- 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/OpenWireFormat.cs
 (original)
+++ 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/OpenWireFormat.cs
 Wed Dec 16 23:42:50 2009
@@ -256,7 +256,6 @@
                                        _tightEncodingEnabled = 
this.tightEncodingEnabled;
                                }
 
-                               Tracer.Debug("Parsing type: " + dataType + " 
with: " + dsm);
                                Object data = dsm.CreateObject();
 
                                if(_tightEncodingEnabled)


Reply via email to