fix: remove console logs

This commit is contained in:
swve 2023-08-25 10:10:03 +02:00
parent 2683501f82
commit 62bba02561
3 changed files with 0 additions and 4 deletions

View file

@ -55,7 +55,6 @@ function CreateCourseModal({ closeModal, orgslug }: any) {
// window.location.reload();
} else {
alert("Error creating course, please see console logs");
console.log(status);
}
};