Skip to content

Commit

Permalink
remove console output messages
Browse files Browse the repository at this point in the history
  • Loading branch information
wkande committed Mar 15, 2016
1 parent 95fc467 commit 8aa3e37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rest_v1_0_0/playlists.js
Expand Up @@ -13,9 +13,7 @@ module.exports = {

getAll: function(req, res, next) {
res.setHeader('X-Version', '1.0.0');
console.log('=================+++++++++++++++++++')
var aid = jwt.verifyToken(req, res, next);
console.log('---------------------------+++++++++++++++++++++')
co(function*() {
var col = db.conn.collection('playlists');
var docs = yield col.find({aid:ObjectID(aid)}).sort({name:1}).toArray();
Expand Down

0 comments on commit 8aa3e37

Please sign in to comment.