diff --git a/index.js b/index.js index 182e338..95d1e90 100644 --- a/index.js +++ b/index.js @@ -230,7 +230,7 @@ function calculateDistanceBetweenPoints(x1, y1, x2, y2) { function searchSummoner() { var summoner = d3.select('.summoner-name').node().value; - searchForSummoner(summoner); + //searchForSummoner(summoner); getAllMatchData(summoner); }