diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-21 15:52:54 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-21 16:16:44 -0800 |
commit | d7e70b636ba47429d51a515c7038eba37fc20c15 (patch) | |
tree | fec4a284d31383d641cfc339e38604c4b89908e5 | |
parent | CC nil? (diff) | |
download | frontend-d7e70b636ba47429d51a515c7038eba37fc20c15.tar.gz frontend-d7e70b636ba47429d51a515c7038eba37fc20c15.tar.bz2 frontend-d7e70b636ba47429d51a515c7038eba37fc20c15.zip |
Remove old variable.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | ag-web.rb | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -24,8 +24,6 @@ $es.transport.reload_connections! $config = YAML.load_file('config.yml') -$valid_lists = %w[www-redesign gentoo-alt gentoo-dev gentoo-amd64] - get '/:list/report/:msgid' do return unless list_check @@ -157,4 +155,4 @@ end get '/' do erb :index -end
\ No newline at end of file +end |