Commit 4f91b9e3f14fd30f54b5d147aef5e46ac4ba7412
1 parent
3da4d2b5
Exists in
master
and in
28 other branches
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,5 +11,4 @@ require 'daemons' | ||
11 | require 'delayed/command' | 11 | require 'delayed/command' |
12 | require 'app/models/profile' | 12 | require 'app/models/profile' |
13 | 13 | ||
14 | -ENV['RAILS_ENV'] ||= "production" | ||
15 | Delayed::Command.new(ARGV).daemonize | 14 | Delayed::Command.new(ARGV).daemonize |