주석제거 필요없는코드 삭제

This commit is contained in:
dongyoungKo
2025-07-04 15:12:06 +09:00
parent 055b8fec20
commit 8923c9919e
2 changed files with 2 additions and 17 deletions

View File

@@ -185,8 +185,6 @@ export const getSubCategory =
let pageSize = params.pageSize || CATEGORY_DATA_MAX_RESULTS_LIMIT;
if (pageNo === 1) {
console.log("###lastSubCategoryParams", lastSubCategoryParams);
console.log("###params", params);
if (
lastSubCategoryParams &&
JSON.stringify(lastSubCategoryParams) === JSON.stringify(params)