Remove console logs

This commit is contained in:
Justin Edmund 2023-01-27 22:13:29 -08:00
parent 6c76053e15
commit 1337668152
3 changed files with 0 additions and 3 deletions

View file

@ -499,7 +499,6 @@ const CharacterGrid = (props: Props) => {
// Render: JSX components
const errorAlert = () => {
console.log(axiosError?.status)
return (
<Alert
open={errorAlertOpen}

View file

@ -386,7 +386,6 @@ const SummonGrid = (props: Props) => {
// Render: JSX components
const errorAlert = () => {
console.log(axiosError?.status)
return (
<Alert
open={errorAlertOpen}

View file

@ -383,7 +383,6 @@ const WeaponGrid = (props: Props) => {
}
const errorAlert = () => {
console.log(axiosError?.status)
return (
<Alert
open={errorAlertOpen}