From adebca255e0cb5a2236987f17c62bd62c5900372 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 3 Mar 2022 03:13:35 -0800 Subject: [PATCH] Remove logs --- components/WeaponUnit/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/WeaponUnit/index.tsx b/components/WeaponUnit/index.tsx index c171fe8d..78a36fd9 100644 --- a/components/WeaponUnit/index.tsx +++ b/components/WeaponUnit/index.tsx @@ -60,7 +60,6 @@ const WeaponUnit = (props: Props) => { function canBeModified(gridWeapon: GridWeapon) { const weapon = gridWeapon.object - console.log(`${weapon.name.en}: ${weapon.series} ${weapon.ax > 0 || (weapon.series) && [2, 3, 8, 22, 25].includes(weapon.series)}`) return weapon.ax > 0 || (weapon.series) && [2, 3, 8, 22, 25].includes(weapon.series) } @@ -83,7 +82,6 @@ const WeaponUnit = (props: Props) => { ) - console.log(gridWeapon?.object) return (