Remove stupid debugging code left behind

This commit is contained in:
Magnus Hagander
2018-03-21 14:28:56 +01:00
parent f4b7d00503
commit d48c7b3406

View File

@ -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():