Skip to content
Snippets Groups Projects
Commit de45c33a authored by Johann Ruiz's avatar Johann Ruiz
Browse files

Removing logging

parent 77f3541e
No related branches found
No related tags found
No related merge requests found
Pipeline #10821 passed
......@@ -29,7 +29,6 @@ export const StudentUserProvider = ({children}: React.PropsWithChildren) => {
const fetchStudentDetails = async () => {
const fetchStudentDetails = async () => {
try {
console.log(email);
const studentUser = await fetchStudentUserByEmail(email, token);
setStudent(studentUser);
} catch (error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment