feat(sw-452): remove console log
This commit is contained in:
@@ -15,8 +15,6 @@ export default async function SelectRatePage({
|
||||
}: PageArgs<LangParams & { section: string }, SelectRateSearchParams>) {
|
||||
setLang(params.lang)
|
||||
|
||||
console.log("searchParams", searchParams)
|
||||
|
||||
const roomParams = new URLSearchParams(searchParams)
|
||||
const adults = roomParams.get("room[0].adults") || "1" // Default to '1' if not found
|
||||
|
||||
|
||||
Reference in New Issue
Block a user