Author: jmesnil
Date: 2009-11-04 03:37:47 -0500 (Wed, 04 Nov 2009)
New Revision: 8203
Modified:
trunk/src/main/org/hornetq/core/config/impl/FileConfiguration.java
Log:
removed erroneous sysout statement
Modified: trunk/src/main/org/hornetq/core/config/impl/FileConfiguration.java
===================================================================
--- trunk/src/main/org/hornetq/core/config/impl/FileConfiguration.java 2009-11-04 02:52:21
UTC (rev 8202)
+++ trunk/src/main/org/hornetq/core/config/impl/FileConfiguration.java 2009-11-04 08:37:47
UTC (rev 8203)
@@ -396,11 +396,6 @@
params.put(key, nValue.getTextContent());
}
-
- for (Entry<String, Object> entry : params.entrySet())
- {
- System.out.println(entry.getKey() + "=" + entry.getValue());
- }
return new TransportConfiguration(clazz, params, name);
}
Show replies by date