From 7faa67f9434935ce94bad8ebd903ce427e290b8c Mon Sep 17 00:00:00 2001 From: Hope Casey-Allen Date: Sun, 10 Dec 2017 21:26:23 -0800 Subject: [PATCH] Remove another api call --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }