Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Moving from Underscore to LoDash
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Dec 20, 2013
1 parent 9c6e551 commit 81fea35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/articles.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ exports.show = function(req, res) {
* List of Articles
*/
exports.all = function(req, res) {
console.log(req.user.password);
Article.find().sort('-created').populate('user', 'name username').exec(function(err, articles) {
if (err) {
res.render('error', {
Expand Down

0 comments on commit 81fea35

Please sign in to comment.