mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Remove debug code.
This commit is contained in:
parent
f3ffe6f1e4
commit
ca32adb6a3
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue