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

Commit

Permalink
Merge pull request #995 from heroku/no-tier-output
Browse files Browse the repository at this point in the history
Remove price tier from info
  • Loading branch information
Jeff Dickey committed Aug 19, 2014
2 parents 35b7392 + 20a11b0 commit edfe46e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/heroku/command/apps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ def info

data["Web URL"] = app_data["web_url"]

if app_data["tier"]
data["Tier"] = app_data["tier"].capitalize
end

styled_hash(data)
end
end
Expand Down

0 comments on commit edfe46e

Please sign in to comment.