Update index.tsx

This commit is contained in:
Justin Edmund 2022-02-02 19:37:28 -08:00
parent 11e1a81ada
commit 8f77794262

View file

@ -48,7 +48,6 @@ const WeaponUnit = (props: Props) => {
}
function passUncapData(uncap: number) {
console.log("Passing uncap data to updateUncap callback...")
if (props.gridWeapon)
props.updateUncap(props.gridWeapon.id, props.position, uncap)
}