From 428c0e1af9359a7a02019fe47bdfd63b594fc8f2 Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Thu, 12 Feb 2015 02:18:38 -0800 Subject: [PATCH] Remove New Relic stuff --- stargaterando.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stargaterando.rb b/stargaterando.rb index 7e08c98..ab36216 100644 --- a/stargaterando.rb +++ b/stargaterando.rb @@ -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 '/'