Skip to content

Commit

Permalink
Removed unnecessary code used for debugging
Browse files Browse the repository at this point in the history
Forgot to remove this, my bad
Version: 0.10.2
  • Loading branch information
aneesh-neelam committed Dec 7, 2014
1 parent 9d60909 commit 7dcb91d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions api/vellore/friends/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ exports.getTimetableToken = function (token, callback) {
callback(true, {status: status.codes.mongoDown});
}
else if (doc) {
console.log(doc);
if (doc.timetable && doc.courses && doc.reg_no) {
var forEachCourse = function (elt, i, arr) {
delete elt['attendance'];
Expand Down Expand Up @@ -101,7 +100,6 @@ exports.getTimetableDoB = function (RegNo, DoB, callback) {
callback(true, {status: status.codes.mongoDown});
}
else if (doc) {
console.log(doc);
if (doc.timetable && doc.courses && doc.reg_no) {
var forEachCourse = function (elt, i, arr) {
delete elt['attendance'];
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VITacademics",
"version": "0.10.1",
"version": "0.10.2",
"description": "VITacademics Backend and Web App",
"bugs": {
"url": "https://github.com/aneesh-neelam/VITacademics/issues",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VITacademics",
"version": "0.10.1",
"version": "0.10.2",
"description": "VITacademics Backend and Web App",
"homepage": "http://vitacademics-dev.herokuapp.com/",
"bugs": {
Expand Down

0 comments on commit 7dcb91d

Please sign in to comment.