diff --git a/components/ContentType/HotelPage/TabNavigation/index.tsx b/components/ContentType/HotelPage/TabNavigation/index.tsx index d04575a00..af158636e 100644 --- a/components/ContentType/HotelPage/TabNavigation/index.tsx +++ b/components/ContentType/HotelPage/TabNavigation/index.tsx @@ -25,7 +25,6 @@ export default function TabNavigation() { {hotelTabLinks.map((link) => { const isActive = hash === link.href || (hash === "" && link.href === "#overview") - console.log("isActive", isActive, "hash", hash, "link.href", link.href) return (