Remove New Relic stuff

This commit is contained in:
Darren VanBuren 2015-02-12 02:18:38 -08:00
parent 763d893231
commit 428c0e1af9

View file

@ -1,5 +1,4 @@
require 'camping'
require 'newrelic_rpm'
# Camping is a great small framework.
Camping.goes :StargateRando
@ -7,11 +6,6 @@ Camping.goes :StargateRando
# Data was moved out to stargaterando-data.rb to keep this file clean
require './stargaterando-data'
# This sets 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 '/'