config/rainbows.rb in firehose-1.2.8 vs config/rainbows.rb in firehose-1.2.9

- old
+ new

@@ -12,10 +12,6 @@ end # the rest of the Unicorn configuration... worker_processes [ENV['WORKER_PROCESSES'].to_i, 1].max # Default to 1 working_directory ENV['WORKING_DIRECTORY'] if ENV['WORKING_DIRECTORY'] -logger Firehose.logger - -after_fork do |server, worker| - require 'firehose/patches/rainbows' -end if ENV['RACK_ENV'] == 'development' +logger Firehose.logger \ No newline at end of file