From 770a8c0ec2b6c8f8a7fe784c1e40cabd1c4b8080 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 27 Feb 2022 22:31:53 -0800 Subject: [PATCH] Remove log --- components/SummonUnit/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/SummonUnit/index.tsx b/components/SummonUnit/index.tsx index 1b196ffa..63b134d7 100644 --- a/components/SummonUnit/index.tsx +++ b/components/SummonUnit/index.tsx @@ -44,8 +44,7 @@ const SummonUnit = (props: Props) => { '2040094000', '2040100000', '2040080000', '2040098000', '2040090000', '2040084000', '2040003000', '2040056000' ] - - console.log(`${summon.granblue_id} ${summon.name.en} ${props.gridSummon.uncap_level} ${upgradedSummons.indexOf(summon.granblue_id.toString())}`) + let suffix = '' if (upgradedSummons.indexOf(summon.granblue_id.toString()) != -1 && props.gridSummon.uncap_level == 5) suffix = '_02'