diff --git a/server/app/Controllers/Http/SummonersController.ts b/server/app/Controllers/Http/SummonersController.ts index 0bbfc4f..3f6bf78 100644 --- a/server/app/Controllers/Http/SummonersController.ts +++ b/server/app/Controllers/Http/SummonersController.ts @@ -54,9 +54,7 @@ export default class SummonersController { console.timeEnd('ranked') // RECENT ACTIVITY - console.time('RecentActivity') finalJSON.recentActivity = await StatsService.getRecentActivity(account.puuid) - console.timeEnd('RecentActivity') } catch (e) { console.log(e) console.timeEnd('BASIC_REQUEST')