提交 806f36b4 编写于 作者: D duhenglucky

Removed console print in client

上级 0e4aa3ab
......@@ -2121,7 +2121,6 @@ public class MQClientAPIImpl {
RemotingCommand response = this.remotingClient.invokeSync(address, request, timeoutMillis);
assert response != null;
System.out.println("create retry topic for consumerGrouop: " + consumerGroup);
if (ResponseCode.SUCCESS != response.getCode()) {
throw new MQClientException(response.getCode(), response.getRemark());
}
......
......@@ -1284,7 +1284,6 @@ public class MQClientInstance {
public void createRetryTopic(String topic,
String consumerGroup) {
System.out.println("****create retry topic for consumerGrouop: " + consumerGroup);
TopicRouteData topicRouteData = this.topicRouteTable.get(topic);
if (topicRouteData != null) {
if (topicRouteData.getBrokerDatas() != null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册