diff --git a/src/Auth.php b/src/Auth.php index 0103f22..4e8cacb 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -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 ) {