mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Remove stupid debugging code left behind
This commit is contained in:
@ -19,7 +19,6 @@ class Command(BaseCommand):
|
||||
else:
|
||||
proto="https"
|
||||
r = requests.get('{0}://{1}/listinfo/'.format(proto, settings.ARCHIVES_SEARCH_SERVER))
|
||||
print "2"
|
||||
j = r.json()
|
||||
allgroups = list(set([l['group'] for l in j]))
|
||||
with transaction.atomic():
|
||||
|
Reference in New Issue
Block a user