aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/displays/DivaScoreDisplay.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-14 09:42:12 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-14 09:42:12 -0700
commitbdda4d5c4f55ae36d0bda4ff6cd3a16c346279c6 (patch)
treed1d8be01c0e6ba0ae59e14d9908a5dd365f9af97 /frontend/src/components/displays/DivaScoreDisplay.tsx
parent0b4f2cfa6d2ca58e32b8a7ed88a62202beef49ce (diff)
remove debug print statements
Diffstat (limited to 'frontend/src/components/displays/DivaScoreDisplay.tsx')
-rw-r--r--frontend/src/components/displays/DivaScoreDisplay.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/src/components/displays/DivaScoreDisplay.tsx b/frontend/src/components/displays/DivaScoreDisplay.tsx
index 9e4a47f..17ab59f 100644
--- a/frontend/src/components/displays/DivaScoreDisplay.tsx
+++ b/frontend/src/components/displays/DivaScoreDisplay.tsx
@@ -81,12 +81,10 @@ const DivaScoreDisplay: React.FC<ScoreDisplayProps> = ({
}
if(key === "difficulty"){
- console.log("difficulty value:", value);
return "★ " + value.toString();
}
if(key === "achievement"){
- console.log("achievement value:", value);
return value.toString() + "%";
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage