Skip to content

Commit 4305927

Browse files
committed
Remove codecept_debug which causes internal server error
1 parent f4a2b4c commit 4305927

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)