From f590b6e23355d97fc90ec5c726589b44417b25fd Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:19:28 +0330 Subject: [PATCH] Remove Debug --- core/scripts/hysteria2/get_user.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/scripts/hysteria2/get_user.sh b/core/scripts/hysteria2/get_user.sh index 93fee68..6a01c69 100644 --- a/core/scripts/hysteria2/get_user.sh +++ b/core/scripts/hysteria2/get_user.sh @@ -37,8 +37,4 @@ UPLOAD_BYTES=$(echo "$USER_INFO" | jq -r '.upload_bytes // "No upload data avail DOWNLOAD_BYTES=$(echo "$USER_INFO" | jq -r '.download_bytes // "No download data available"') STATUS=$(echo "$USER_INFO" | jq -r '.status // "Status unavailable"') -echo "Upload Bytes: $UPLOAD_BYTES" -echo "Download Bytes: $DOWNLOAD_BYTES" -echo "Status: $STATUS" - exit 0