Skip to content

Commit 65cc9c0

Browse files
authored
Merge pull request #159 from paolospag/develop
Remove codecept_debug which causes internal server error
2 parents f4a2b4c + 4305927 commit 65cc9c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Auth.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,6 @@ public static function validate_token( $token = null, $refresh = false ) {
584584
*/
585585
JWT::$leeway = 60;
586586

587-
codecept_debug( [ 'tokenYo' => $token ] );
588-
589587
try {
590588
$token = ! empty( $token ) ? JWT::decode( $token, new Key( self::get_secret_key(), 'HS256') ) : null;
591589
} catch ( Exception $exception ) {

0 commit comments

Comments
 (0)