aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2012-11-10 06:58:08 +0100
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2012-11-10 06:58:08 +0100
commitf8996ef649193c5a841d3fbc752949d1c8a70465 (patch)
treef2880b0ffed026a1e8875d660c30ed06e1b9bd38
parent9318b1a451270c19b02d20763f0fc9fd47bad33a (diff)
downloadrel-html-f8996ef649193c5a841d3fbc752949d1c8a70465.tar.gz
rel-html: remove stale code
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rwxr-xr-xrel-html.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rel-html.py b/rel-html.py
index 3a3e60f..e076b93 100755
--- a/rel-html.py
+++ b/rel-html.py
@@ -48,7 +48,6 @@ class index_parser(HTMLParser):
self.rel_html_release_urls = []
- #self.rel_html_url_stable = self.config.get("project", "rel_html_url_stable")
urls = self.config.get("project", "rel_html_url_releases").split()
for url in urls: