diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-14 09:42:12 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-14 09:42:12 -0700 |
| commit | bdda4d5c4f55ae36d0bda4ff6cd3a16c346279c6 (patch) | |
| tree | d1d8be01c0e6ba0ae59e14d9908a5dd365f9af97 | |
| parent | 0b4f2cfa6d2ca58e32b8a7ed88a62202beef49ce (diff) | |
remove debug print statements
| -rw-r--r-- | frontend/src/components/displays/DivaScoreDisplay.tsx | 2 |
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() + "%"; } |
