Commit 4f91b9e3f14fd30f54b5d147aef5e46ac4ba7412

Authored by Antonio Terceiro
1 parent 3da4d2b5

Remove misplace environment setting

(ActionItem1640)
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
script/delayed_job
... ... @@ -11,5 +11,4 @@ require 'daemons'
11 11 require 'delayed/command'
12 12 require 'app/models/profile'
13 13  
14   -ENV['RAILS_ENV'] ||= "production"
15 14 Delayed::Command.new(ARGV).daemonize
... ...