friendship ended with social-app. php is my new best friend

remove print_r stuff

Changed files
-3
vendor
chillerlan
php-oauth
src
-3
vendor/chillerlan/php-oauth/src/Core/PARTrait.php
···
public function getParRequestUri(array $body):UriInterface{
// send the request with the same method and parameters as the token requests
// @link https://datatracker.ietf.org/doc/html/rfc9126#name-request
-
print_r($this->parAuthorizationURL);
$response = $this->sendAccessTokenRequest($this->parAuthorizationURL, $body);
$status = $response->getStatusCode();
$json = MessageUtil::decodeJSON($response, true);
-
print_r($body);
-
print_r($json);
// something went horribly wrong
if($status !== 200){