mirror of
https://gitea.tendokyu.moe/pinapelz/Mirage.git
synced 2026-09-22 22:38:04 +03:00
remove debug print statements
This commit is contained in:
@@ -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() + "%";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user