diff --git a/modules/osu/performance/calculateBeatmap.ts b/modules/osu/performance/calculateBeatmap.ts index acc9aa7b..77ad1bc9 100644 --- a/modules/osu/performance/calculateBeatmap.ts +++ b/modules/osu/performance/calculateBeatmap.ts @@ -111,8 +111,6 @@ export function calculateBeatmap( const pp = Math.round(result); - console.log(result); - return { pp, acc }; } catch (e) { return { pp: 0, acc };