From f003dddebbb8399f5b4297c61571a11ff9db8943 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Mon, 17 Sep 2012 21:55:38 -0400 Subject: [PATCH] populate_db: Remove unused variables (imported from commit 3f8f40134858721b372f3971c3b7ced31f9ed49e) --- zephyr/management/commands/populate_db.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/zephyr/management/commands/populate_db.py b/zephyr/management/commands/populate_db.py index ac6b599292..098294a094 100644 --- a/zephyr/management/commands/populate_db.py +++ b/zephyr/management/commands/populate_db.py @@ -82,7 +82,6 @@ class Command(BaseCommand): self.stderr.write("Error! More than 100% of messages allocated.\n") return - usernames = ["othello", "iago", "prospero", "cordelia", "hamlet"] class_list = ["Verona", "Denmark", "Scotland", "Venice", "Rome"] if options["delete"]: @@ -192,8 +191,6 @@ def send_zephyrs(data): huddle_members[h] = [s.userprofile.id for s in Subscription.objects.filter(recipient_id=h)] - realm = Realm.objects.get(domain="humbughq.com") - num_zephyrs = 0 random_max = 1000000 recipients = {}