diff --git a/web/includes/auth.php b/web/includes/auth.php index 2750549cf..eac6bed07 100644 --- a/web/includes/auth.php +++ b/web/includes/auth.php @@ -128,8 +128,6 @@ function validateToken($token, $allowed_token_type='access') { ZM\Error("Token type mismatch. Expected $allowed_token_type but got $type"); return array(false, 'Incorrect token type'); } - } else { - ZM\Debug('Not comparing token types as [any] was passed'); } $username = $jwt_payload['user'];