Skip to content

Commit

Permalink
Log created student data in console
Browse files Browse the repository at this point in the history
  • Loading branch information
mraysu committed Feb 21, 2024
1 parent 8aaf04f commit d7a7aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/StudentFormButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function StudentFormButton({
);
}
//uncomment for testing
//console.log(`${type} student data:`, transformedData);
console.log(`${type} student data:`, transformedData);
};

const [openForm, setOpenForm] = useState(false);
Expand Down

0 comments on commit d7a7aff

Please sign in to comment.