Skip to content

Commit

Permalink
fix(frontend): Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed May 17, 2024
1 parent ac4347d commit fe819b8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ const NegotiationPage = () => {
cleanedRoles.includes("Admin") ||
cleanedRoles.includes("Company Admin"); // Adjust the role check as necessary

console.log("cleanedRoles", cleanedRoles);
console.log("companyUser", companyUser);
console.log("userCanNegotiate", userCanNegotiate);

return (
<div className="negotiation-page">
{userCanNegotiate ? (
Expand Down

0 comments on commit fe819b8

Please sign in to comment.