Skip to content

Commit

Permalink
remove error log
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Jan 17, 2024
1 parent 5b6c363 commit 92e7cc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solid/lib/Controller/ServerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ public function register() {
'client_id_issued_at' => $clientData['client_id_issued_at'],
'redirect_uris' => $clientData['redirect_uris'],
);
error_log('allowingin POST:' . $origin);
$registration = $this->tokenGenerator->respondToRegistration($registration, $this->config->getPrivateKey());
return (new JSONResponse($registration));
// ->addHeader('Access-Control-Allow-Origin', $origin)
Expand Down

0 comments on commit 92e7cc8

Please sign in to comment.