Remove console logs
This commit is contained in:
parent
6c76053e15
commit
1337668152
3 changed files with 0 additions and 3 deletions
|
|
@ -499,7 +499,6 @@ const CharacterGrid = (props: Props) => {
|
||||||
|
|
||||||
// Render: JSX components
|
// Render: JSX components
|
||||||
const errorAlert = () => {
|
const errorAlert = () => {
|
||||||
console.log(axiosError?.status)
|
|
||||||
return (
|
return (
|
||||||
<Alert
|
<Alert
|
||||||
open={errorAlertOpen}
|
open={errorAlertOpen}
|
||||||
|
|
|
||||||
|
|
@ -386,7 +386,6 @@ const SummonGrid = (props: Props) => {
|
||||||
|
|
||||||
// Render: JSX components
|
// Render: JSX components
|
||||||
const errorAlert = () => {
|
const errorAlert = () => {
|
||||||
console.log(axiosError?.status)
|
|
||||||
return (
|
return (
|
||||||
<Alert
|
<Alert
|
||||||
open={errorAlertOpen}
|
open={errorAlertOpen}
|
||||||
|
|
|
||||||
|
|
@ -383,7 +383,6 @@ const WeaponGrid = (props: Props) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const errorAlert = () => {
|
const errorAlert = () => {
|
||||||
console.log(axiosError?.status)
|
|
||||||
return (
|
return (
|
||||||
<Alert
|
<Alert
|
||||||
open={errorAlertOpen}
|
open={errorAlertOpen}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue