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