Commit 44283497 by Tom Giannattasio

removed log

parent 168fccf7
...@@ -499,8 +499,6 @@ function saveNewCourse(e) { ...@@ -499,8 +499,6 @@ function saveNewCourse(e) {
number = $newCourse.find('.new-course-number').val(); number = $newCourse.find('.new-course-number').val();
display_name = $newCourse.find('.new-course-name').val(); display_name = $newCourse.find('.new-course-name').val();
console.log(org);
if (org == '' || number == '' || display_name == ''){ if (org == '' || number == '' || display_name == ''){
alert('You must specify all fields in order to create a new course.') alert('You must specify all fields in order to create a new course.')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment