diff --git a/components/WeaponGrid/index.tsx b/components/WeaponGrid/index.tsx index afdee51d..276ae16b 100644 --- a/components/WeaponGrid/index.tsx +++ b/components/WeaponGrid/index.tsx @@ -135,7 +135,6 @@ const WeaponGrid = (props: Props) => { .then(response => storeGridWeapon(response.data.grid_weapon)) }) } else { - console.log(party.editable) saveWeapon(party.id, weapon, position) .then(response => storeGridWeapon(response.data.grid_weapon)) }