Remove log
This commit is contained in:
parent
0aee5d30d0
commit
0c19d9c929
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue