Removed console log
This commit is contained in:
@@ -112,8 +112,6 @@ export default async function SelectHotelPage({
|
||||
|
||||
const isAllUnavailable = hotels.every((hotel) => hotel.price === undefined)
|
||||
|
||||
console.log("searchParams.city", searchParams.city)
|
||||
|
||||
return (
|
||||
<>
|
||||
<header className={styles.header}>
|
||||
|
||||
Reference in New Issue
Block a user