Skip to content

Commit

Permalink
style :: console 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
KANGYONGSU23 committed Apr 9, 2024
1 parent ad39387 commit e3d1e6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/components/recruitments/apply/FileUploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ export default function FileUploader({
array.forEach(obj => {
const { name, lastModified,} = obj
const key = JSON.stringify({...name, ...lastModified});
console.log(key)
uniqueObjects[key] = obj;
});
console.log(array);
console.log(uniqueObjects);
return Object.values(uniqueObjects);
}

Expand Down
1 change: 0 additions & 1 deletion src/util/object/kebabMenuItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const getMypageKebabItems = (): KebabItemType[] => {
{
label: "로그아웃",
onClick: () => {
console.log("로그아웃");
cookies.remove("access_token", { path: "/" });
cookies.remove("refresh_token", { path: "/" });
navigator.push("/account/login");
Expand Down

0 comments on commit e3d1e6a

Please sign in to comment.