From 6868ea5507b22a9b19368600fde91d5ebb389b02 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Mon, 13 Nov 2023 19:41:52 +0100 Subject: [PATCH] cleanup --- update/get_matches.ps1 | 3 --- 1 file changed, 3 deletions(-) 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" }