Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
andersoncardoso committed Aug 12, 2014
1 parent dcc7b7a commit 21f2493
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/initializers/carrierwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
config.enable_processing = false
end
else
# try to debug breaking push to heroku
puts ENV
puts 's3 key --> ', ENV["S3_KEY"]
CarrierWave.configure do |config|
config.fog_credentials = {
:provider => 'AWS',
Expand Down

0 comments on commit 21f2493

Please sign in to comment.