Clean up old codes

This commit is contained in:
Pitchaya Boonsarngsuk
2018-01-03 10:32:40 +07:00
parent 1f53efb988
commit 0101245e9e
5 changed files with 27 additions and 22 deletions

View File

@@ -65,6 +65,6 @@ function calculateDistance(source, target, properties, normArgs) {
sumDiff *= properties.length/cols;
}
console.log(sumDiff);
//console.log(sumDiff);
return sumDiff;
}
}

View File

@@ -25,9 +25,8 @@ var intercom = Intercom.getInstance();
intercom.on("select", unSelectNodes);
var links = [],
nodes,
node,
var nodes, // as in Data points
node, // as in SVG object that have all small circles on screen
props,
norm,
p1 = 0,