From f5cdce849ce5e464403097d647e67c117da7bbb3 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Wed, 27 Jul 2016 22:48:36 -0400 Subject: removed console log --- node_simple.js | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3