From 0c19d9c929cc0f93a04eac19b89a7b8e1431b43d Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 26 Feb 2022 20:38:51 -0800 Subject: [PATCH] Remove log --- components/WeaponGrid/index.tsx | 1 - 1 file changed, 1 deletion(-) 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)) }