aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/displays
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/displays')
-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