fix(frontend): remove debug console.logs
This commit is contained in:
parent
df93f28273
commit
e7e4937082
3 changed files with 0 additions and 6 deletions
|
@ -99,8 +99,6 @@ export function ErrorBoundary() {
|
|||
const error: any = useRouteError();
|
||||
const { t } = useTranslation();
|
||||
|
||||
console.log(error);
|
||||
|
||||
const errorElem =
|
||||
"code" in error && "message" in error ? (
|
||||
<ApiErrorElem error={error as ApiError} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue