Remove unused environment configuration display from Main component.

This commit is contained in:
yoosangwook 2025-05-29 15:38:46 +09:00
parent 772cccce89
commit 5e8542efe5

View File

@ -136,11 +136,6 @@ export default function MainPage() {
<ChangePasswordPop setChagePasswordPopOpen={setChagePasswordPopOpen} />
</>
)}
{Config().mode}
<br />
{Config().baseUrl}
<br />
{process.env.NEXT_PUBLIC_API_HOST_URL}
</>
)
}