projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1be7fe8
)
Remove obvious debugging code left in
author
Magnus Hagander
<magnus@hagander.net>
Sat, 1 Mar 2014 19:06:56 +0000
(14:06 -0500)
committer
Magnus Hagander
<magnus@hagander.net>
Sat, 1 Mar 2014 19:06:56 +0000
(14:06 -0500)
pgweb/util/misc.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/util/misc.py
b/pgweb/util/misc.py
index 10fc6f3fdf4c0991321e5273d87822764c297dfa..831b545291931ab25fd412d42ae4b737f09b54a9 100644
(file)
--- 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: