From ca32adb6a3f8835e46e4492b78c7bfbdf5aa7688 Mon Sep 17 00:00:00 2001 From: FireMaskterK <20838718+FireMasterK@users.noreply.github.com> Date: Sat, 6 Nov 2021 04:02:55 +0000 Subject: [PATCH] Remove debug code. --- api-test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/api-test.sh b/api-test.sh index 4cf8e88..023a1f7 100755 --- a/api-test.sh +++ b/api-test.sh @@ -43,8 +43,6 @@ curl ${CURLOPTS[@]} $HOST/nextpage/comments/BtN-goy9VOY -G --data-urlencode "nex USER=admin PASS=$(openssl rand -base64 12) -echo $USER - AUTH_REQ=$(jq -n --compact-output --arg username "$USER" --arg password "$PASS" '{"username": $username, "password": $password}') # Register Account