Skip to content

Commit

Permalink
Remove codecept_debug which causes internal server error
Browse files Browse the repository at this point in the history
  • Loading branch information
paolospag committed May 11, 2022
1 parent f4a2b4c commit 4305927
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 4305927

Please sign in to comment.