Skip to content

Commit

Permalink
removing long-stack-traces
Browse files Browse the repository at this point in the history
  • Loading branch information
btouellette committed Oct 26, 2016
1 parent d8a25bd commit ac5e9dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"ejs": "~1.0.0",
"express": "~4.4.4",
"express-session": "~1.5.1",
"long-stack-traces": "^0.1.2",
"mongoose": "^4.6.5",
"moniker": "~0.1.2",
"newrelic": "^1.31.0",
Expand Down
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ if(process.env.HTTP_PROXY) {
}

// get all the tools we need
require('long-stack-traces');
var express = require('express');
var app = express();
var cookieParser = require('cookie-parser');
Expand Down

0 comments on commit ac5e9dd

Please sign in to comment.