Remove log

This commit is contained in:
Justin Edmund 2022-02-26 20:38:51 -08:00
parent 0aee5d30d0
commit 0c19d9c929

View file

@ -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))
}