From c57bb4a60717c69826c609d75c6bb9519ebb1c04 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 14 Oct 2025 10:12:46 -0700 Subject: add favicon --- frontend/src/components/displays/DivaScoreDisplay.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/components/displays') diff --git a/frontend/src/components/displays/DivaScoreDisplay.tsx b/frontend/src/components/displays/DivaScoreDisplay.tsx index 17ab59f..74dd431 100644 --- a/frontend/src/components/displays/DivaScoreDisplay.tsx +++ b/frontend/src/components/displays/DivaScoreDisplay.tsx @@ -72,7 +72,6 @@ const DivaScoreDisplay: React.FC = ({ // eslint-disable-next-line @typescript-eslint/no-explicit-any const formatValue = (value: any, key: string): string => { if (value === null || value === undefined) return "N/A"; - console.log("formatValue called with key:", key); // Handle timestamps if (key === "timestamp" || key === "date") { -- cgit v1.2.3