From 502a7c89cd671a6920ae1005b8103ed2ca78d537 Mon Sep 17 00:00:00 2001 From: Oliver Pan <2216991777@qq.com> Date: Tue, 31 Oct 2023 01:11:41 -0500 Subject: [PATCH] fix: removed logging --- apps/web/components/palette/readability-string.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/components/palette/readability-string.tsx b/apps/web/components/palette/readability-string.tsx index b4d45d0..345a0f1 100644 --- a/apps/web/components/palette/readability-string.tsx +++ b/apps/web/components/palette/readability-string.tsx @@ -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 "";