aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdam0 <kumar.damani@mail.utoronto.ca>2017-02-02 01:58:03 +0000
committerkdam0 <kumar.damani@mail.utoronto.ca>2017-02-02 01:58:03 +0000
commitc1bcbbec851d509ee911016536a5e684eac4ee43 (patch)
tree8a6f9ff448b367a6d561669c0e7f7ee3b03be611
parente78238959da75e4574bb4bbd4dc1c4433d02785b (diff)
some more cleanup
-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'));
};