diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-28 02:48:36 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-28 02:48:36 +0000 |
| commit | f5cdce849ce5e464403097d647e67c117da7bbb3 (patch) | |
| tree | cae63b441904169f520e0db4ab80d32259c1ee00 | |
| parent | b9456c93db7700b321637d89d0a6c6ef1ab02fce (diff) | |
removed console log
| -rw-r--r-- | node_simple.js | 1 |
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 |
