# File lib/heroku/command/domains.rb, line 37
    def remove
      domain = args.shift.downcase rescue nil
      heroku.remove_domain(app, domain)
      display "Removed #{domain} as a custom domain name to #{app}.#{heroku.host}"
    end