From 88c50303a8c912f3f01326dca67ec34b0f864bf3 Mon Sep 17 00:00:00 2001 From: JM Kim <106949557+CSE-Shaco@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:01:05 +0900 Subject: [PATCH] =?UTF-8?q?fix(homecoming):=20=EB=94=94=EB=B2=84=EA=B9=85?= =?UTF-8?q?=EC=9D=84=20=EC=9C=84=ED=95=9C=20=EC=BD=94=EB=93=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/homecoming/page.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/homecoming/page.jsx b/src/app/homecoming/page.jsx index dc37d95..407251f 100644 --- a/src/app/homecoming/page.jsx +++ b/src/app/homecoming/page.jsx @@ -222,11 +222,6 @@ function HomecomingMap() { googleMapsApiKey: process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY, id: 'homecoming-map-script', }); - console.log( - "MAPS KEY PREFIX:", - process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY?.slice(0, 10) - ); - const center = {lat: 37.388493, lng: 126.639989}; if (loadError) {