aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node_simple.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/node_simple.js b/node_simple.js
index c787bb0..bfb5d43 100644
--- a/node_simple.js
+++ b/node_simple.js
@@ -884,7 +884,6 @@ exports.get_all_exams = function (course_code, callback) {
/*callback(docs); // send back the data*/
}
else if (result == false) { // no such course was found
- console.log("This course has not been added to the database.");
}
callback(docs); // send back the data