Skip to content

Commit

Permalink
fix: removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 31, 2023
1 parent 4d6bdaf commit 502a7c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/components/palette/readability-string.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function ReadabilityString({
} else if (readabilityValue >= 4.5) {
return "border border-accent-foreground";
} else if (readabilityValue >= 3) {
console.log(`readabilityValue: ${readabilityValue}`);
return "border border-dashed";
} else {
return "";
Expand Down

0 comments on commit 502a7c8

Please sign in to comment.