diff --git a/api/vellore/friends/share.js b/api/vellore/friends/share.js index d0dfbb1..a9ac8c3 100644 --- a/api/vellore/friends/share.js +++ b/api/vellore/friends/share.js @@ -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']; @@ -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']; diff --git a/bower.json b/bower.json index fa2525e..e98fb93 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/package.json b/package.json index c684ba6..26260bb 100644 --- a/package.json +++ b/package.json @@ -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": {