diff --git a/src/pages/gallery/components/ErrorAlert.tsx b/src/pages/gallery/components/ErrorAlert.tsx index 35235508b..707b43e94 100644 --- a/src/pages/gallery/components/ErrorAlert.tsx +++ b/src/pages/gallery/components/ErrorAlert.tsx @@ -13,7 +13,6 @@ export default function ErrorAlert({ errorCode }) { default: errorMessage = errorCode; } - console.log(errorCode); return ( {errorMessage}