Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
j0nnn committed Sep 27, 2022
1 parent d171555 commit b51e6a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/components/SignUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const SignUp = () => {
}
return 1
})
console.log(sites)
setSites(sites);
},
error => {
Expand Down Expand Up @@ -134,7 +133,6 @@ const SignUp = () => {
event.preventDefault();
return;
}
console.log(sites[siteId-1].schoolName)
if (role === 'student' && siteCode !== sites[siteId - 1].schoolName + 'ANova') {
Modal.error({
title: 'Wrong Site Access Code!',
Expand Down

0 comments on commit b51e6a0

Please sign in to comment.