diff --git a/components/WeaponUnit/index.tsx b/components/WeaponUnit/index.tsx index b50e541e..6f2ef0c3 100644 --- a/components/WeaponUnit/index.tsx +++ b/components/WeaponUnit/index.tsx @@ -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) }