removed debug logging
This commit is contained in:
@@ -82,7 +82,5 @@ export const fetchAvailableYears = withUser(async (user:AuthenticatedUser) => {
|
||||
// sort the years in descending order
|
||||
const sortedYears = years.sort((a, b) => b - a);
|
||||
|
||||
console.log("sortedYears", sortedYears);
|
||||
|
||||
return(sortedYears);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user