remove debug print statements

This commit is contained in:
Pinapelz
2025-10-14 09:42:12 -07:00
parent 0b4f2cfa6d
commit bdda4d5c4f
@@ -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() + "%";
}