Remove log

This commit is contained in:
Justin Edmund 2022-11-30 09:01:39 -08:00
parent 6af2ace6b0
commit 8f06fb8770

View file

@ -40,7 +40,6 @@ const CharacterConflictModal = (props: Props) => {
else if (uncap == 5) suffix = "03" else if (uncap == 5) suffix = "03"
else if (uncap > 2) suffix = "02" else if (uncap > 2) suffix = "02"
console.log(appState.grid.weapons.mainWeapon)
// Special casing for Lyria (and Young Cat eventually) // Special casing for Lyria (and Young Cat eventually)
if (character?.granblue_id === "3030182000") { if (character?.granblue_id === "3030182000") {
let element = 1 let element = 1