mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: remove console logs
This commit is contained in:
parent
2683501f82
commit
62bba02561
3 changed files with 0 additions and 4 deletions
|
|
@ -36,7 +36,6 @@ function ProfileArea() {
|
|||
|
||||
React.useEffect(() => {
|
||||
checkAuth();
|
||||
console.log("pathname", pathname);
|
||||
}, [pathname]);
|
||||
|
||||
async function checkAuth() {
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ function CreateCourseModal({ closeModal, orgslug }: any) {
|
|||
// window.location.reload();
|
||||
} else {
|
||||
alert("Error creating course, please see console logs");
|
||||
console.log(status);
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue