From e56ca3b3d436b67d4b7ea908299e19a4e1df0516 Mon Sep 17 00:00:00 2001 From: Lanta 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" }