diff --git a/src/pages/gallery/components/ErrorAlert.tsx b/src/pages/gallery/components/ErrorAlert.tsx index 35235508beb30cb7e691abee44c4706c366353a1..707b43e9487e4cc6770a8fe66452704f5b636e4f 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}