Remove New Relic integration

They're basically murdering even more free features, so I think it is no longer worth having.
This commit is contained in:
Darren VanBuren 2017-07-28 17:03:44 -07:00
parent dde0224208
commit 2f2ed70253
2 changed files with 1 additions and 8 deletions

View file

@ -1,3 +1,2 @@
source 'https://rubygems.org'
gem 'camping'
gem 'newrelic_rpm'
gem 'camping'

View file

@ -1,5 +1,4 @@
require 'camping'
require 'newrelic_rpm'
require 'json'
# Camping is a great small framework.
@ -8,11 +7,6 @@ Camping.goes :StargateRando
# Data was moved out to stargaterando-data.rb to keep this file clean
require './stargaterando-data'
# Set up New Relic monitoring
def StargateRando.create
NewRelic::Agent.manual_start
end
# This holds our (currently there's only one) controllers.
module StargateRando::Controllers
class Index < R '/'