Skip to content

Commit

Permalink
refactor: delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanghyun0505 committed Apr 12, 2024
1 parent e86ad0c commit d655cc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/hooks/bus/useApplyBus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const useApplyBus = () => {
if (myBusData && !myBusDataIsLoading) {
if (myBusData.data) {
const recentMyBusData = myBusData?.data;
console.log(recentMyBusData);

setSelectBusIdx(recentMyBusData!.id);
setWasCheckedIdx(recentMyBusData!.id);
Expand Down
2 changes: 0 additions & 2 deletions src/hooks/leave/useApplyLeave.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ const useApplyLeave = () => {
reason: "",
});

console.log(leaveData);

useEffect(() => {
if (appliedLeaves) {
const validNotApprovedLeaves = appliedLeaves.filter(
Expand Down

0 comments on commit d655cc5

Please sign in to comment.