Author: clebert.suconic(a)jboss.com
Date: 2011-08-09 16:40:04 -0400 (Tue, 09 Aug 2011)
New Revision: 11173
Modified:
branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java
Log:
just removing comment
Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java 2011-08-09
20:08:58 UTC (rev 11172)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/Topology.java 2011-08-09
20:40:04 UTC (rev 11173)
@@ -399,7 +399,6 @@
{
if (executor != null)
{
- log.debug(this + " is running runnable without an executor");
executor.execute(runnable);
}
else
Show replies by date