Skip to content

Commit

Permalink
no more morgan
Browse files Browse the repository at this point in the history
  • Loading branch information
dshuffma-ibm committed Dec 21, 2016
1 parent 748e72f commit 52207ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ var session = require('express-session');
var compression = require('compression');
var serve_static = require('serve-static');
var path = require('path');
var morgan = require('morgan');
var cookieParser = require('cookie-parser');
var bodyParser = require('body-parser');
var http = require('http');
Expand Down Expand Up @@ -45,7 +44,6 @@ app.set('views', path.join(__dirname, 'views'));
app.set('view engine', 'jade');
app.engine('.html', require('jade').__express);
app.use(compression());
app.use(morgan('dev'));
app.use(bodyParser.json());
app.use(bodyParser.urlencoded());
app.use(cookieParser());
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"express": "4.14.*",
"express-session": "1.14.*",
"jade": "1.11.*",
"morgan": "1.7.*",
"serve-static": "1.11.*",
"ws": "1.1.*",
"hfc": "file:utils/hfc",
Expand Down

0 comments on commit 52207ce

Please sign in to comment.