Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebola3461 committed Dec 28, 2023
1 parent 77fa0cb commit 8143f3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/osu/performance/calculateBeatmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ export function calculateBeatmap(

const pp = Math.round(result);

console.log(result);

return { pp, acc };
} catch (e) {
return { pp: 0, acc };
Expand Down

0 comments on commit 8143f3d

Please sign in to comment.