From 426859a7a11099226af5acb2e2d6318c34186d85 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 16 Apr 2013 20:37:04 +0200 Subject: [PATCH] Don't require newrelic in base.rb --- lib/travis/api/app/base.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/travis/api/app/base.rb b/lib/travis/api/app/base.rb index 3bf0caa4..e4edfefc 100644 --- a/lib/travis/api/app/base.rb +++ b/lib/travis/api/app/base.rb @@ -1,7 +1,5 @@ require 'travis/api/app' require 'sinatra/base' -require 'new_relic/agent/instrumentation/rack' -require 'newrelic_rpm' class Travis::Api::App # Superclass for any endpoint and middleware.