From 0668a6f1548a0e8a0ca5b45c1f582d593bb3b66a Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 28 Apr 2021 13:30:03 -0500 Subject: remove some debug stuff --- src/database.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/database.ts') diff --git a/src/database.ts b/src/database.ts index c715d52..6077025 100644 --- a/src/database.ts +++ b/src/database.ts @@ -261,7 +261,6 @@ async function fetchProfileLeaderboardRaw(name: string): Promise { const profileLeaderboards = await fetchAllProfileLeaderboardAttributes() - console.log(name, profileLeaderboards, profileLeaderboards.includes(name)) if (profileLeaderboards.includes(name)) { return await fetchProfileLeaderboard(name) } else { -- cgit