Remove new-relic

This commit is contained in:
terakilobyte
2015-05-04 17:42:59 -04:00
parent c170bef08c
commit 077a97c941
2 changed files with 0 additions and 4 deletions

3
app.js
View File

@ -1,6 +1,3 @@
if (process.env.NODE_ENV !== 'development') {
require('newrelic');
}
require('dotenv').load();
// handle uncaught exceptions. Forever will restart process on shutdown
process.on('uncaughtException', function (err) {

View File

@ -50,7 +50,6 @@
"mongoose": "~4.0.1",
"mongoose-long": "0.0.2",
"morgan": "~1.5.0",
"newrelic": "~1.13.3",
"nodemailer": "~1.3.0",
"passport": "~0.2.1",
"passport-facebook": "~1.0.3",