From d48c7b3406e8d4d6a49e8aaaa5f7592449e840d2 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 21 Mar 2018 14:28:56 +0100 Subject: [PATCH] Remove stupid debugging code left behind --- pgweb/lists/management/commands/sync_lists.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pgweb/lists/management/commands/sync_lists.py b/pgweb/lists/management/commands/sync_lists.py index 496e62d0..15443d0f 100644 --- a/pgweb/lists/management/commands/sync_lists.py +++ b/pgweb/lists/management/commands/sync_lists.py @@ -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(): -- 2.39.5