diff --git a/update/get_matches.ps1 b/update/get_matches.ps1 index c85b08d..4fea1b9 100644 --- a/update/get_matches.ps1 +++ b/update/get_matches.ps1 @@ -19,9 +19,6 @@ else { Write-Output "API Key not found" } -$clanMembersArray = (Get-Content "$scriptroot/../config/clanmembers.json" | convertfrom-json).clanmembers -Write-Output "Clan Members: $($clanMembersArray -join ', ')" - else { Write-Output "Clan members not found" }