summaryrefslogtreecommitdiff
path: root/pgweb/util/misc.py
diff options
context:
space:
mode:
authorMagnus Hagander2014-03-01 19:06:56 +0000
committerMagnus Hagander2014-03-01 19:06:56 +0000
commit07902d6edae2ddd78ac2924bcad287c341eb1429 (patch)
treec8273f1e94371767c75b8e0e14036a24a4e4f8b3 /pgweb/util/misc.py
parent1be7fe8e0c0b06050825824557fc905b3b0ff3b2 (diff)
Remove obvious debugging code left in
Diffstat (limited to 'pgweb/util/misc.py')
-rw-r--r--pgweb/util/misc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pgweb/util/misc.py b/pgweb/util/misc.py
index 10fc6f3f..831b5452 100644
--- a/pgweb/util/misc.py
+++ b/pgweb/util/misc.py
@@ -65,7 +65,6 @@ def version_sort(l):
"""
map a directory name to a format that will show up sensibly in an ascii sort
"""
- print l['url']
mkey = l['url']
m = re.match('v([0-9]+)\.([0-9]+)\.([0-9]+)$',l['url'])
if m: