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