Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarwang20 committed Sep 25, 2023
1 parent 031347a commit 0672b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/Admin/AddUser/AddUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ export default function AddUser(): JSX.Element {
err.push('invalid subteam');
}
if (formerSubteams.some((t) => !validSubteams.includes(t))) {
console.log(formerSubteams);
err.push('invalid former subteam');
}
if (formerSubteams.includes(subteam)) {
Expand Down

0 comments on commit 0672b09

Please sign in to comment.