From b664fb70d007617e3855d6bdd41e4c907b5457dc Mon Sep 17 00:00:00 2001 From: aclist Date: Thu, 11 Aug 2022 08:00:26 +0900 Subject: [PATCH] Remove debug code --- dzgui.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index 4908e81..cd1331d 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -703,7 +703,6 @@ page_through(){ response=$(curl -s "$page") list=$(echo "$response" | jq -r '.data[] .attributes | "\(.name)\t\(.ip):\(.port)\t\(.players)/\(.maxPlayers)\t\(.details.time)\t\(.status)\t\(.id)"') idarr+=("$list") - echo "${idarr[@]}" | wc -l parse_json } parse_json(){