Skip to content

Commit

Permalink
chore: remove debug timing
Browse files Browse the repository at this point in the history
i have no desk to put my face through anymore
  • Loading branch information
AnthonyFuller committed Aug 27, 2024
1 parent 2c6c40d commit 029bbfc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/2016/legacyMenuData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ legacyMenuDataRouter.get(
"/Statistics",
// @ts-expect-error Has jwt props.
(req: RequestWithJwt, res) => {
console.time("stats")
const data: StatisticsData = {
DifficultyLevelData: [
{
Expand Down Expand Up @@ -248,7 +247,6 @@ legacyMenuDataRouter.get(
template: getConfig("LegacyStatisticsTemplate", false),
data,
})
console.timeEnd("stats")
},
)

Expand Down

0 comments on commit 029bbfc

Please sign in to comment.