Skip to content

Commit

Permalink
Remove puts
Browse files Browse the repository at this point in the history
  • Loading branch information
cwikla committed Oct 20, 2012
1 parent 47d179e commit 3a87832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hirefire/environment/heroku.rb
Expand Up @@ -11,7 +11,7 @@ class Heroku < Base
def workers(amount = nil)

app_name = HireFire.configuration.app_name
puts "HIREFIRE FOR APP #{app_name}"
#puts "HIREFIRE FOR APP #{app_name}"

if amount.nil?
# return client.info(app_name)[:workers].to_i
Expand Down

0 comments on commit 3a87832

Please sign in to comment.