Remove stupid debugging code left behind
authorMagnus Hagander <magnus@hagander.net>
Wed, 21 Mar 2018 13:28:56 +0000 (14:28 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 21 Mar 2018 13:28:56 +0000 (14:28 +0100)
pgweb/lists/management/commands/sync_lists.py

index 496e62d0e7a530251f0c829487192602993ec147..15443d0fe805d8622407f8c00322ef3af97b3b81 100644 (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():