aboutsummaryrefslogtreecommitdiff
path: root/node_simple.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_simple.js')
-rw-r--r--node_simple.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_simple.js b/node_simple.js
index 1061464..f07c0e8 100644
--- a/node_simple.js
+++ b/node_simple.js
@@ -663,9 +663,6 @@ exports.find_all_course_codes_from_exams = function (callback) {
callback(true, result);
}
});
-
- // callback(unique_coursecodes.distinct('course_code'));
- // return (unique_coursecodes.distinct('course_code'));
};