You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/10/28 18:44:13 UTC

svn commit: r830697 - /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Util/MessageDispatchChannel.cs

Author: tabish
Date: Wed Oct 28 17:44:13 2009
New Revision: 830697

URL: http://svn.apache.org/viewvc?rev=830697&view=rev
Log:
* Util/MessageDispatchChannel.cs: 

Remove log used in testing

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Util/MessageDispatchChannel.cs

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Util/MessageDispatchChannel.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Util/MessageDispatchChannel.cs?rev=830697&r1=830696&r2=830697&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Util/MessageDispatchChannel.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Util/MessageDispatchChannel.cs Wed Oct 28 17:44:13 2009
@@ -134,7 +134,6 @@
 
         public MessageDispatch Dequeue(TimeSpan timeout)
         {
-            Tracer.Debug("Dequeuing message or return null after timeout: " + timeout.ToString());
             lock(this.mutex)
             {
                 // Wait until the channel is ready to deliver messages.