Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Sep 29, 2024
1 parent 1bc855b commit dd9a516
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/engine/dfs/ls/generateSchedule/splitMatchdaysIntoDays.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export default ({
}) => {
const numMatchdays = matchdays.length;

const allPairedTeams = new Set(tvPairings.flat());

const numTeamsByCountry = countBy(teams, team => team.country);
const countriesWithMultipleTeams = Object.keys(numTeamsByCountry).filter(
c => numTeamsByCountry[c] > 1,
Expand Down

0 comments on commit dd9a516

Please sign in to comment.