Skip to content

Commit

Permalink
Do not force start
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Fernandez committed May 14, 2012
1 parent ec05e3d commit 99ce46c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.ru
Expand Up @@ -11,8 +11,6 @@ end
use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico', '/robots.txt'], :root => 'public'
use Rack::CommonLogger

NewRelic::Agent.manual_start :app_name => 'Production Hacks', :agent_enabled => true

require 'new_relic/agent/instrumentation/rack'
module Toto
class Server
Expand Down

0 comments on commit 99ce46c

Please sign in to comment.