Skip to content

Commit

Permalink
Merge pull request #159 from paolospag/develop
Browse files Browse the repository at this point in the history
Remove codecept_debug which causes internal server error
  • Loading branch information
jasonbahl authored May 16, 2022
2 parents f4a2b4c + 4305927 commit 65cc9c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,6 @@ public static function validate_token( $token = null, $refresh = false ) {
*/
JWT::$leeway = 60;

codecept_debug( [ 'tokenYo' => $token ] );

try {
$token = ! empty( $token ) ? JWT::decode( $token, new Key( self::get_secret_key(), 'HS256') ) : null;
} catch ( Exception $exception ) {
Expand Down

0 comments on commit 65cc9c0

Please sign in to comment.