# File lib/heroku/commands/config.rb, line 29
    def remove
      display "Removing #{args.first} and restarting app...", false
      heroku.remove_config_var(app, args.first)
      display "done."
    end