Skip to content

Commit 25f8435

Browse files
committed
Merge commit '65cc9c0083c4f4c9924d3362511a8d9e0a09ed39' into release/v0.5.2
2 parents 29c9c8b + 65cc9c0 commit 25f8435

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)