로그 삭제

This commit is contained in:
basssy 2024-11-19 13:54:18 +09:00
parent ea9f386e11
commit 334fbca188

View File

@ -28,9 +28,7 @@ export default function StuffSubHeader({ type }) {
const param = {
pid: '1',
}
//
const url = `/floor-plan?${queryStringFormatter(param)}`
console.log(url)
router.push(url)
}