Skip to content

Commit 6d4d349

Browse files
committed
remove System.out.println
1 parent b351b39 commit 6d4d349

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • dubbo-plugin/dubbo-plugin-router-tag/src/main/java/org/apache/dubbo/rpc/cluster/router/tag

dubbo-plugin/dubbo-plugin-router-tag/src/main/java/org/apache/dubbo/rpc/cluster/router/tag/TagStateRouter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ public static Set<String> selectAddressByTagLevel(Map<String, Set<String>> tagAd
331331
String[] selectors = StringUtils.split(tagSelector, TAG_SEPERATOR);
332332
for (int i = selectors.length; i > 0; i--) {
333333
String selectorTmp = StringUtils.join(selectors, TAG_SEPERATOR, 0, i);
334-
System.out.println(selectorTmp);
335334
Set<String> addresses = tagAddresses.get(selectorTmp);
336335
if (CollectionUtils.isNotEmpty(addresses)) {
337336
return addresses;

0 commit comments

Comments
 (0)