From e2732cbed4aabc69dbd0af06368e182164e579cd Mon Sep 17 00:00:00 2001 From: Kalane Date: Fri, 24 Sep 2021 22:27:59 +0200 Subject: [PATCH] fix: oopsie --- server/app/Controllers/Http/SummonersController.ts | 2 -- 1 file changed, 2 deletions(-) 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')