Skip to content

Commit

Permalink
Update packages/cas-validate/src/validate.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Aleman <[email protected]>
  • Loading branch information
tapiarafael and KevLehman authored Feb 5, 2025
1 parent 762812e commit 657631a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cas-validate/src/validate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export function validate(options: CasOptions, ticket: string, callback: CasCallb
}
}

console.error(response);
return callback(new Error('Bad response format.'));
}

Expand Down

0 comments on commit 657631a

Please sign in to comment.