Remove obvious debugging code left in
authorMagnus Hagander <magnus@hagander.net>
Sat, 1 Mar 2014 19:06:56 +0000 (14:06 -0500)
committerMagnus Hagander <magnus@hagander.net>
Sat, 1 Mar 2014 19:06:56 +0000 (14:06 -0500)
pgweb/util/misc.py

index 10fc6f3fdf4c0991321e5273d87822764c297dfa..831b545291931ab25fd412d42ae4b737f09b54a9 100644 (file)
@@ -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: