From 8f77794262a1017a2052e93e075cc087ca5bbacd Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 2 Feb 2022 19:37:28 -0800 Subject: [PATCH] Update index.tsx --- components/WeaponUnit/index.tsx | 1 - 1 file changed, 1 deletion(-) 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) }