Skip to content

Commit

Permalink
#146 refactor: 불필요한 console.log 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yeona813 committed Jun 20, 2024
1 parent bde563a commit 7c04b57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ async function fetchCategories(): Promise<Category[]> {
export const CATEGORY_DROPDOWN_OPTIONS = async () => {
const categories = await fetchCategories();
const categoryList: Category[] = categories ?? DEFAULT_CATEGORIES;
console.log(categoryList);

// 카테고리 선택 드롭다운 옵션
return categoryList.map((category) => ({
Expand Down

0 comments on commit 7c04b57

Please sign in to comment.