remove useless code

This commit is contained in:
IanCao 2019-06-10 16:05:52 +08:00
parent eee5b34d39
commit 574a47ca6d

View File

@ -235,10 +235,6 @@ public class InstanceController {
String clusterName = clientBeat.getCluster();
if (StringUtils.isBlank(clusterName)) {
clusterName = UtilsAndCommons.DEFAULT_CLUSTER_NAME;
}
if (Loggers.DEBUG_LOG.isDebugEnabled()) {
Loggers.DEBUG_LOG.debug("[CLIENT-BEAT] full arguments: beat: {}, serviceName: {}", clientBeat, serviceName);
}