style(ui-toolkit): comment un-used variable

This commit is contained in:
Sérgio Ramos 2017-07-12 14:35:55 +01:00 committed by Sérgio Ramos
parent b97e5679bf
commit 1533bf5d6e
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class Topology extends React.Component {
getNextNodes(nextServices) {
const nodes = this.state.nodes;
let notConnectedX = 0;
// let notConnectedX = 0;
return nodes.reduce((nextNodes, node) => {
const keep = nextServices.filter(nextService => nextService.id === node.id).length;
if(keep) {