Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Removed an annoying message which was shown on every environment run #4

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions lib/sequel-rails/setup.rb
Expand Up @@ -10,9 +10,7 @@ module Rails
module Sequel

def self.setup(environment)
puts "[sequel] Setting up the #{environment.inspect} environment:"

::Sequel.connect({:logger => configuration.logger}.merge(::Rails::Sequel.configuration.environment_for(environment.to_s)))
::Sequel.connect({:logger => configuration.logger}.merge(::Rails::Sequel.configuration.environment_for(environment.to_s)))
end

end
Expand Down