Remove debug code.

This commit is contained in:
FireMaskterK 2021-11-06 04:02:55 +00:00
parent f3ffe6f1e4
commit ca32adb6a3
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -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