remove System.err line

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@812252 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2009-09-07 18:46:26 +00:00
parent f7804bda6c
commit a33f73e202
1 changed files with 0 additions and 1 deletions

View File

@ -913,7 +913,6 @@ public class BrokerService implements Service {
String scheme = uri.getScheme(); String scheme = uri.getScheme();
if (scheme != null) { if (scheme != null) {
answer.put(scheme.toLowerCase(), uri.toString()); answer.put(scheme.toLowerCase(), uri.toString());
System.err.println(scheme + " = " + uri);
} }
} catch (Exception e) { } catch (Exception e) {
LOG.debug("Failed to read URI to build transportURIsAsMap", e); LOG.debug("Failed to read URI to build transportURIsAsMap", e);