Skip to content

Commit

Permalink
[Fix] console.log 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
sseho committed Nov 5, 2024
1 parent 0f0b55a commit 03c12b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/drive/FolderComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ export default {
parentId: newFolderId, // 새로운 부모 폴더 ID
}
);
console.log(response.data.result.message);
// console.log(response.data.result.message);
// alert("폴더가 성공적으로 이동되었습니다.");
this.refreshFolderList();
} catch (error) {
Expand Down

0 comments on commit 03c12b4

Please sign in to comment.