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

Commit

Permalink
Remove newrelic
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Mar 29, 2017
1 parent 915239d commit f1d0e66
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 436 deletions.
2 changes: 0 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* eslint global-require: 0, comma-dangle: 0, no-param-reassign: 0 */
/* eslint prefer-arrow-callback: ["error", { "allowNamedFunctions": true }] */
process.env.NODE_ENV === 'production' && require('newrelic'); // eslint-disable-line

const express = require('express');
const compression = require('compression');
const session = require('express-session');
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"moment": "~2.17.1",
"mongoose": "^4.6.6",
"multer": "^1.2.0",
"newrelic": "~1.36.2",
"node-sass-middleware": "^0.10.0",
"nodemailer": "^2.6.4",
"octicons": "~5.0.1",
Expand Down
Loading

0 comments on commit f1d0e66

Please sign in to comment.