remove console log debug

This commit is contained in:
Wikzyy
2025-03-16 13:01:00 +07:00
parent 1fc9d72dd6
commit e7be8630ef
4 changed files with 5 additions and 5 deletions

View File

@ -168,7 +168,7 @@ const ManageMunicipiosProvider = ({ children }: { children: React.ReactNode }) =
order_direction: sorting[0].desc == false ? 'ASC' : 'DESC'
}
});
console.log(response.data);
// console.log(response.data);
// const sortedList = response.data.data.list.sort((a: MunicipiosProps, b: MunicipiosProps) => {
// if (a.name < b.name) return -1;
// if (a.name > b.name) return 1;