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:
parent
9d59a0e2e5
commit
c665e97fb1
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user