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

Commit

Permalink
removing the logger module
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Jun 23, 2013
1 parent 33e1025 commit add868f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
var mongoose = require('mongoose')
, async = require('async')
, _ = require('underscore')
, logger = require('mean-logger')


exports.render = function(req, res){
logger.log("test");

res.render('index', {
user: req.user ? JSON.stringify(req.user) : "null"
})
Expand Down

0 comments on commit add868f

Please sign in to comment.