Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Himali-Malvawala committed Nov 25, 2024
1 parent 1798111 commit 7b6a69f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tasks/components/RequestedChanges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const RequestedChanges = (props: Props) => {
}
}
});
console.log("peopleArray", peopleArray)

await ApiHelper.post("/people", peopleArray, "MembershipApi");
await ApiHelper.post("/tasks", [task], "DoingApi");
Expand Down

0 comments on commit 7b6a69f

Please sign in to comment.