mirror of https://github.com/apache/activemq.git
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:
parent
f7804bda6c
commit
a33f73e202
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue