diff --git a/src/components/Main.jsx b/src/components/Main.jsx
index 7ba7c07e..9afadca7 100644
--- a/src/components/Main.jsx
+++ b/src/components/Main.jsx
@@ -136,11 +136,6 @@ export default function MainPage() {
>
)}
- {Config().mode}
-
- {Config().baseUrl}
-
- {process.env.NEXT_PUBLIC_API_HOST_URL}
>
)
}