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) {