Skip to content

Commit

Permalink
Update RestServer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi de la Mano Sanchez committed Sep 19, 2021
1 parent 72a0e29 commit 3de9601
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/RestServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,6 @@ public function _remap( $method, ...$params )
throw UnauthorizedException::forInvalidCredentials();
}

var_dump( $this->authMethodclass->getIsValidRequest() );exit;

if( $this->user instanceof UnauthorizedInterface )
{
throw $this->user;
Expand Down

0 comments on commit 3de9601

Please # to comment.