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

Commit

Permalink
commenting mean-logger
Browse files Browse the repository at this point in the history
  • Loading branch information
liorkesos committed Jun 19, 2013
1 parent 88bdced commit 6a0fb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require('./config/passport')(passport, config)

var app = express()

require('mean-logger').init(app,db);
//require('mean-logger').init(app,db);
// express settings
require('./config/express')(app, config, passport)

Expand Down

0 comments on commit 6a0fb8b

Please sign in to comment.