1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

remove unuseful logging

This commit is contained in:
fangjian0423 2018-11-30 16:46:59 +08:00
parent 9d59a0e2e5
commit c665e97fb1

View File

@ -60,8 +60,7 @@ public class RocketMQTopicProvisioner implements
Validators.checkTopic(topic);
}
catch (MQClientException e) {
logger.error("topic check error: " + topic, e);
throw new AssertionError(e); // Can't happen
throw new AssertionError(e);
}
}