Skip to content

Commit

Permalink
YARN-11577. Fix CheckStyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 committed Oct 27, 2023
1 parent 7c5610c commit b434f77
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -995,8 +995,6 @@ private SubClusterInfo getNodeSubcluster(String nodeId) throws NotFoundException
final Collection<SubClusterInfo> subClusters = federationFacade.getActiveSubClusters();
final Map<SubClusterInfo, NodeInfo> results = getNode(subClusters, nodeId);

LOG.info("results:{}", results);

SubClusterInfo subcluster = null;
NodeInfo nodeInfo = null;
for (Entry<SubClusterInfo, NodeInfo> entry : results.entrySet()) {
Expand Down

0 comments on commit b434f77

Please sign in to comment.