Skip to content

Commit

Permalink
Remove another api call
Browse files Browse the repository at this point in the history
  • Loading branch information
hcaseyal committed Dec 11, 2017
1 parent 93e9112 commit 7faa67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 7faa67f

Please sign in to comment.