do not log "Reply sent" after every user update

This commit is contained in:
Matteo Pagliazzi 2013-10-21 17:51:14 +02:00
parent 00b47dfd35
commit cc05926e6b

View file

@ -745,6 +745,6 @@ api.batchUpdate = function(req, res, next) {
res.json(200, {_v: response._v});
}
return console.log("Reply sent");
return;
});
};