Skip to content

Commit 024b597

Browse files
authored
Merge pull request #216 from CSE-Shaco/develop
fix(homecoming): 디버깅을 위한 코드 제거
2 parents 9e08ff5 + 88c5030 commit 024b597

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app/homecoming/page.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,6 @@ function HomecomingMap() {
222222
googleMapsApiKey: process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY, id: 'homecoming-map-script',
223223
});
224224

225-
console.log(
226-
"MAPS KEY PREFIX:",
227-
process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY?.slice(0, 10)
228-
);
229-
230225
const center = {lat: 37.388493, lng: 126.639989};
231226

232227
if (loadError) {

0 commit comments

Comments
 (0)